#80CDFF

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

Shades of Light Sky Blue #80CDFF

Tints of Light Sky Blue #80CDFF

Color information

#80CDFF (or 0x80CDFF) is unknown color: approx Light Sky Blue. HEX triplet: 80, CD and FF. RGB value is (128,205,255). Sum of RGB (Red+Green+Blue) = 128+205+255=588 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.77% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #80CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CDFF is #7F3200. Grayscale: #BBBBBB. Windows color (decimal): -8335873 or 16764288. OLE color: 16764288.

HSL color Cylindrical-coordinate representation of color #80CDFF: hue angle of 203.62º 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 #80CDFF is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128205255-
CMYK0.500.2000
HSL203.62º100%75.1%-
HSV(B)203.62º49.8%100%-
XYZ48.7855.47102.74-
YUV187.68165.9985.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.77%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 255 (100% from 255) = 43.37%
R=21.77%
G=34.86%
B=43.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282052550.500.2000203.6210075.1
Hex80CDFF321400cc644b
Octal200315377622400314144113
Binary10000000110011011111111111001010100001100110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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