#80CCFD

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

Shades of Light Sky Blue #80CCFD

Tints of Light Sky Blue #80CCFD

Color information

#80CCFD (or 0x80CCFD) is unknown color: approx Light Sky Blue. HEX triplet: 80, CC and FD. RGB value is (128,204,253). Sum of RGB (Red+Green+Blue) = 128+204+253=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #80CCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CCFD is #7F3302. Grayscale: #BABABA. Windows color (decimal): -8336131 or 16632960. OLE color: 16632960.

HSL color Cylindrical-coordinate representation of color #80CCFD: hue angle of 203.52º 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 #80CCFD is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128204253-
CMYK0.490.1900.01
HSL203.52º96.9%74.71%-
HSV(B)203.52º49.41%99.22%-
XYZ48.2254.87100.98-
YUV186.86165.3286.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.88%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=21.88%
G=34.87%
B=43.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282042530.490.1900.01203.5296.974.71
Hex80CCFD311301cc614b
Octal200314375612301314141113
Binary10000000110011001111110111000110011011100110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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