Html Css Color HEX #80CEE8 Sky Blue

📋 copy color: '#80CEE8'

red 128 ◦ green 206 ◦ blue 232

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

Shades of Sky Blue #80CEE8

Tints of Sky Blue #80CEE8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.4%

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

R = 22.61%
G = 36.4%
B = 40.99%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#80CEE8 (or 0x80CEE8) is known color: Sky Blue. HEX triplet: 80, CE and E8. RGB value is (128,206,232). Sum of RGB (Red+Green+Blue) = 128+206+232=566 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.61% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 232 - color contains mainly: blue. Hex color #80CEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CEE8 is #7F3117. Grayscale: #B9B9B9. Windows color (decimal): -8335640 or 15257216. OLE color: 15257216.

HSL color Cylindrical-coordinate representation of color #80CEE8: hue angle of 195º 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 #80CEE8 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 206 232 -
CMYK 0.45 0.11 0 0.09
HSL 195º 0.69% 0.71% -
HSV(B) 195º 0.45% 0.91% -
XYZ 45.54 54.56 84.47 -
YUV 185.64 154.16 86.89 -
System Red Green Blue C M Y K H S L
Decimal 128 206 232 0.45 0.11 0 0.09 195 0.69 0.71
Hex 80 CE E8 2D B 0 9 C3 45 47
Octal 200 316 350 55 13 0 11 303 105 107
Binary 10000000 11001110 11101000 101101 1011 0 1001 11000011 1000101 1000111

Color Harmonies of #80CEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CEE8

Black with #80CEE8

Text Example


Text Example

White with #80CEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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