#80CAE6

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

Shades of Sky Blue #80CAE6

Tints of Sky Blue #80CAE6

Color information

#80CAE6 (or 0x80CAE6) is unknown color: approx Sky Blue. HEX triplet: 80, CA and E6. RGB value is (128,202,230). Sum of RGB (Red+Green+Blue) = 128+202+230=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #80CAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CAE6 is #7F3519. Grayscale: #B6B6B6. Windows color (decimal): -8336666 or 15125120. OLE color: 15125120.

HSL color Cylindrical-coordinate representation of color #80CAE6: hue angle of 196.47º 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 #80CAE6 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB128202230-
CMYK0.440.1200.10
HSL196.47º67.11%70.2%-
HSV(B)196.47º44.35%90.2%-
XYZ44.3152.5482.67-
YUV183.07154.4888.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.86%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 230 (90.23% from 255) = 41.07%
R=22.86%
G=36.07%
B=41.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282022300.440.1200.10196.4767.1170.2
Hex80CAE62CC0Ac44346
Octal2003123465414012304103106
Binary1000000011001010111001101011001100010101100010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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