#80D0FA

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

Shades of Light Sky Blue #80D0FA

Tints of Light Sky Blue #80D0FA

Color information

#80D0FA (or 0x80D0FA) is unknown color: approx Light Sky Blue. HEX triplet: 80, D0 and FA. RGB value is (128,208,250). Sum of RGB (Red+Green+Blue) = 128+208+250=586 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.84% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #80D0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D0FA is #7F2F05. Grayscale: #BCBCBC. Windows color (decimal): -8335110 or 16437376. OLE color: 16437376.

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

Color convert

RGB128208250-
CMYK0.490.1700.02
HSL200.66º92.42%74.12%-
HSV(B)200.66º48.8%98.04%-
XYZ48.7156.698.8-
YUV188.87162.584.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.84%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=21.84%
G=35.49%
B=42.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282082500.490.1700.02200.6692.4274.12
Hex80D0FA311102c95c4a
Octal200320372612102311134112
Binary100000001101000011111010110001100010101100100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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