#80C9FD

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

Shades of Light Sky Blue #80C9FD

Tints of Light Sky Blue #80C9FD

Color information

#80C9FD (or 0x80C9FD) is unknown color: approx Light Sky Blue. HEX triplet: 80, C9 and FD. RGB value is (128,201,253). Sum of RGB (Red+Green+Blue) = 128+201+253=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #80C9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C9FD is #7F3602. Grayscale: #B8B8B8. Windows color (decimal): -8336899 or 16632192. OLE color: 16632192.

HSL color Cylindrical-coordinate representation of color #80C9FD: hue angle of 204.96º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80C9FD is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128201253-
CMYK0.490.2100.01
HSL204.96º96.9%74.71%-
HSV(B)204.96º49.41%99.22%-
XYZ47.5253.45100.74-
YUV185.1166.3287.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.99%
GREEN value IS 201 (78.91% from 255) = 34.54%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=21.99%
G=34.54%
B=43.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282012530.490.2100.01204.9696.974.71
Hex80C9FD311501cd614b
Octal200311375612501315141113
Binary10000000110010011111110111000110101011100110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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