#80C6FE

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

Shades of Light Sky Blue #80C6FE

Tints of Light Sky Blue #80C6FE

Color information

#80C6FE (or 0x80C6FE) is unknown color: approx Light Sky Blue. HEX triplet: 80, C6 and FE. RGB value is (128,198,254). Sum of RGB (Red+Green+Blue) = 128+198+254=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #80C6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C6FE is #7F3901. Grayscale: #B7B7B7. Windows color (decimal): -8337666 or 16696960. OLE color: 16696960.

HSL color Cylindrical-coordinate representation of color #80C6FE: hue angle of 206.67º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80C6FE is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB128198254-
CMYK0.500.2200.00
HSL206.67º98.44%74.9%-
HSV(B)206.67º49.61%99.61%-
XYZ46.9952.13101.35-
YUV183.45167.8188.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.07%
GREEN value IS 198 (77.73% from 255) = 34.14%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=22.07%
G=34.14%
B=43.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1281982540.500.2200.00206.6798.4474.9
Hex80C6FE321600cf624b
Octal200306376622600317142113
Binary10000000110001101111111011001010110001100111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,198,254); }

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

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

 a { background-color: rgb(128,198,254); }

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

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

 span { border-color: rgb(128,198,254); }

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