Html Css Color HEX #34B9E5 Summer Sky

📋 copy color: '#34B9E5'

red 52 ◦ green 185 ◦ blue 229

#34B9E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #34B9E5

Tints of Summer Sky #34B9E5

RGB

 RED value IS 52 (20.7% from 255) = 11.16%

 GREEN value IS 185 (72.66% from 255) = 39.7%

 BLUE value IS 229 (89.84% from 255) = 49.14%

R = 11.16%
G = 39.7%
B = 49.14%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#34B9E5 (or 0x34B9E5) is known color: Summer Sky. HEX triplet: 34, B9 and E5. RGB value is (52,185,229). Sum of RGB (Red+Green+Blue) = 52+185+229=466 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.16% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #34B9E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B9E5 is #CB461A. Grayscale: #959595. Windows color (decimal): -13321755 or 15055156. OLE color: 15055156.

HSL color Cylindrical-coordinate representation of color #34B9E5: hue angle of 194.92º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34B9E5 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 185 229 -
CMYK 0.77 0.19 0 0.10
HSL 194.92º 0.77% 0.55% -
HSV(B) 194.92º 0.77% 0.9% -
XYZ 32.91 41.09 80.32 -
YUV 150.25 172.44 57.92 -
System Red Green Blue C M Y K H S L
Decimal 52 185 229 0.77 0.19 0 0.10 194.92 0.77 0.55
Hex 34 B9 E5 4D 13 0 A C3 4D 37
Octal 64 271 345 115 23 0 12 303 115 67
Binary 110100 10111001 11100101 1001101 10011 0 1010 11000011 1001101 110111

Color Harmonies of #34B9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B9E5

Black with #34B9E5

Text Example


Text Example

White with #34B9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34B9E5; }

 p { color: rgb(52,185,229); }

 H1.HeaderClassName
 {
   color: #34B9E5;
 }
 .AnyTagClassName
 {
   color: #34B9E5;
 }
</style>

background-color css

<style>
 a { background-color: #34B9E5; }

 a { background-color: rgb(52,185,229); }

 div.DivClassName
 {
   background-color: #34B9E5;
 }
 .BgClassName
 {
   background-color: #34B9E5;
 }
</style>

border-color css

<style>
 span { border-color: #34B9E5; }

 span { border-color: rgb(52,185,229); }

 td.TdClassName
 {
   border-color: #34B9E5;
 }
 .TagClassName
 {
   border-color: #34B9E5;
 }
</style>