Html Css Color HEX #80CBE8 Sky Blue

📋 copy color: '#80CBE8'

red 128 ◦ green 203 ◦ blue 232

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

Shades of Sky Blue #80CBE8

Tints of Sky Blue #80CBE8

RGB

 RED value IS 128 (50.39% from 255) = 22.74%

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

 BLUE value IS 232 (91.02% from 255) = 41.21%

R = 22.74%
G = 36.06%
B = 41.21%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#80CBE8 (or 0x80CBE8) is known color: Sky Blue. HEX triplet: 80, CB and E8. RGB value is (128,203,232). Sum of RGB (Red+Green+Blue) = 128+203+232=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #80CBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CBE8 is #7F3417. Grayscale: #B7B7B7. Windows color (decimal): -8336408 or 15256448. OLE color: 15256448.

HSL color Cylindrical-coordinate representation of color #80CBE8: hue angle of 196.73º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80CBE8 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 203 232 -
CMYK 0.45 0.12 0 0.09
HSL 196.73º 0.69% 0.71% -
HSV(B) 196.73º 0.45% 0.91% -
XYZ 44.82 53.13 84.24 -
YUV 183.88 155.15 88.14 -
System Red Green Blue C M Y K H S L
Decimal 128 203 232 0.45 0.12 0 0.09 196.73 0.69 0.71
Hex 80 CB E8 2D C 0 9 C5 45 47
Octal 200 313 350 55 14 0 11 305 105 107
Binary 10000000 11001011 11101000 101101 1100 0 1001 11000101 1000101 1000111

Color Harmonies of #80CBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CBE8

Black with #80CBE8

Text Example


Text Example

White with #80CBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80CBE8; }

 p { color: rgb(128,203,232); }

 H1.HeaderClassName
 {
   color: #80CBE8;
 }
 .AnyTagClassName
 {
   color: #80CBE8;
 }
</style>

background-color css

<style>
 a { background-color: #80CBE8; }

 a { background-color: rgb(128,203,232); }

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

border-color css

<style>
 span { border-color: #80CBE8; }

 span { border-color: rgb(128,203,232); }

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