Html Css Color HEX #34CBE0 Summer Sky

📋 copy color: '#34CBE0'

red 52 ◦ green 203 ◦ blue 224

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

Shades of Summer Sky #34CBE0

Tints of Summer Sky #34CBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.38%

 BLUE value IS 224 (87.89% from 255) = 46.76%

R = 10.86%
G = 42.38%
B = 46.76%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#34CBE0 (or 0x34CBE0) is known color: Summer Sky. HEX triplet: 34, CB and E0. RGB value is (52,203,224). Sum of RGB (Red+Green+Blue) = 52+203+224=479 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.86% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #34CBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CBE0 is #CB341F. Grayscale: #A0A0A0. Windows color (decimal): -13317152 or 14732084. OLE color: 14732084.

HSL color Cylindrical-coordinate representation of color #34CBE0: hue angle of 187.33º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34CBE0 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 203 224 -
CMYK 0.77 0.09 0 0.12
HSL 187.33º 0.74% 0.54% -
HSV(B) 187.33º 0.77% 0.88% -
XYZ 36.23 48.82 78.04 -
YUV 160.25 163.97 50.79 -
System Red Green Blue C M Y K H S L
Decimal 52 203 224 0.77 0.09 0 0.12 187.33 0.74 0.54
Hex 34 CB E0 4D 9 0 C BB 4A 36
Octal 64 313 340 115 11 0 14 273 112 66
Binary 110100 11001011 11100000 1001101 1001 0 1100 10111011 1001010 110110

Color Harmonies of #34CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CBE0

Black with #34CBE0

Text Example


Text Example

White with #34CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,203,224); }

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

background-color css

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

 a { background-color: rgb(52,203,224); }

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

border-color css

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

 span { border-color: rgb(52,203,224); }

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