#80CBFF

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

Shades of Light Sky Blue #80CBFF

Tints of Light Sky Blue #80CBFF

Color information

#80CBFF (or 0x80CBFF) is unknown color: approx Light Sky Blue. HEX triplet: 80, CB and FF. RGB value is (128,203,255). Sum of RGB (Red+Green+Blue) = 128+203+255=586 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.84% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #80CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CBFF is #7F3400. Grayscale: #BABABA. Windows color (decimal): -8336385 or 16763776. OLE color: 16763776.

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

Color convert

RGB128203255-
CMYK0.500.2000
HSL204.57º100%75.1%-
HSV(B)204.57º49.8%100%-
XYZ48.3154.52102.59-
YUV186.5166.6586.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.84%
GREEN value IS 203 (79.69% from 255) = 34.64%
BLUE value IS 255 (100% from 255) = 43.52%
R=21.84%
G=34.64%
B=43.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282032550.500.2000204.5710075.1
Hex80CBFF321400cd644b
Octal200313377622400315144113
Binary10000000110010111111111111001010100001100110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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