#80CBFA

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

Shades of Light Sky Blue #80CBFA

Tints of Light Sky Blue #80CBFA

Color information

#80CBFA (or 0x80CBFA) is unknown color: approx Light Sky Blue. HEX triplet: 80, CB and FA. RGB value is (128,203,250). Sum of RGB (Red+Green+Blue) = 128+203+250=581 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.03% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #80CBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CBFA is #7F3405. Grayscale: #B9B9B9. Windows color (decimal): -8336390 or 16436096. OLE color: 16436096.

HSL color Cylindrical-coordinate representation of color #80CBFA: hue angle of 203.11º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80CBFA is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128203250-
CMYK0.490.1900.02
HSL203.11º92.42%74.12%-
HSV(B)203.11º48.8%98.04%-
XYZ47.5154.298.4-
YUV185.93164.1586.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.03%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=22.03%
G=34.94%
B=43.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282032500.490.1900.02203.1192.4274.12
Hex80CBFA311302cb5c4a
Octal200313372612302313134112
Binary100000001100101111111010110001100110101100101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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