#80CCE6

Color #80CCE6 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #80CCE6

Tints of Sky Blue #80CCE6

Color information

#80CCE6 (or 0x80CCE6) is unknown color: approx Sky Blue. HEX triplet: 80, CC and E6. RGB value is (128,204,230). Sum of RGB (Red+Green+Blue) = 128+204+230=562 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.78% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #80CCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CCE6 is #7F3319. Grayscale: #B8B8B8. Windows color (decimal): -8336154 or 15125632. OLE color: 15125632.

HSL color Cylindrical-coordinate representation of color #80CCE6: hue angle of 195.29º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80CCE6 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB128204230-
CMYK0.440.1100.10
HSL195.29º67.11%70.2%-
HSV(B)195.29º44.35%90.2%-
XYZ44.7853.4982.83-
YUV184.24153.8287.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.78%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 230 (90.23% from 255) = 40.93%
R=22.78%
G=36.30%
B=40.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282042300.440.1100.10195.2967.1170.2
Hex80CCE62CB0Ac34346
Octal2003143465413012303103106
Binary1000000011001100111001101011001011010101100001110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,204,230); }

 H1.HeaderClassName
 {
   color: #80CCE6;
 }
 .AnyTagClassName
 {
   color: #80CCE6;
 }
</style>
background-color css

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

 a { background-color: rgb(128,204,230); }

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

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

 span { border-color: rgb(128,204,230); }

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