#80CAFF

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

Shades of Light Sky Blue #80CAFF

Tints of Light Sky Blue #80CAFF

Color information

#80CAFF (or 0x80CAFF) is unknown color: approx Light Sky Blue. HEX triplet: 80, CA and FF. RGB value is (128,202,255). Sum of RGB (Red+Green+Blue) = 128+202+255=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #80CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CAFF is #7F3500. Grayscale: #B9B9B9. Windows color (decimal): -8336641 or 16763520. OLE color: 16763520.

HSL color Cylindrical-coordinate representation of color #80CAFF: hue angle of 205.04º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80CAFF is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128202255-
CMYK0.500.2100
HSL205.04º100%75.1%-
HSV(B)205.04º49.8%100%-
XYZ48.0754.05102.51-
YUV185.92166.9886.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.88%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 255 (100% from 255) = 43.59%
R=21.88%
G=34.53%
B=43.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282022550.500.2100205.0410075.1
Hex80CAFF321500cd644b
Octal200312377622500315144113
Binary10000000110010101111111111001010101001100110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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