#80C9FB

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

Shades of Light Sky Blue #80C9FB

Tints of Light Sky Blue #80C9FB

Color information

#80C9FB (or 0x80C9FB) is unknown color: approx Light Sky Blue. HEX triplet: 80, C9 and FB. RGB value is (128,201,251). Sum of RGB (Red+Green+Blue) = 128+201+251=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #80C9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C9FB is #7F3604. Grayscale: #B8B8B8. Windows color (decimal): -8336901 or 16501120. OLE color: 16501120.

HSL color Cylindrical-coordinate representation of color #80C9FB: hue angle of 204.39º degrees, saturation: 0.94, 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 #80C9FB is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128201251-
CMYK0.490.2000.02
HSL204.39º93.89%74.31%-
HSV(B)204.39º49%98.43%-
XYZ47.253.3399.07-
YUV184.87165.3287.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.07%
GREEN value IS 201 (78.91% from 255) = 34.66%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=22.07%
G=34.66%
B=43.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282012510.490.2000.02204.3993.8974.31
Hex80C9FB311402cc5e4a
Octal200311373612402314136112
Binary100000001100100111111011110001101000101100110010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,201,251); }

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

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

 a { background-color: rgb(128,201,251); }

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

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

 span { border-color: rgb(128,201,251); }

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