#80D9F3

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

Shades of Sky Blue #80D9F3

Tints of Sky Blue #80D9F3

Color information

#80D9F3 (or 0x80D9F3) is unknown color: approx Sky Blue. HEX triplet: 80, D9 and F3. RGB value is (128,217,243). Sum of RGB (Red+Green+Blue) = 128+217+243=588 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.77% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #80D9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D9F3 is #7F260C. Grayscale: #C1C1C1. Windows color (decimal): -8332813 or 15980928. OLE color: 15980928.

HSL color Cylindrical-coordinate representation of color #80D9F3: hue angle of 193.57º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80D9F3 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128217243-
CMYK0.470.1100.05
HSL193.57º82.73%72.75%-
HSV(B)193.57º47.33%95.29%-
XYZ49.8960.6993.88-
YUV193.35156.0181.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.77%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 243 (95.31% from 255) = 41.33%
R=21.77%
G=36.90%
B=41.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282172430.470.1100.05193.5782.7372.75
Hex80D9F32FB05c25349
Octal200331363571305302123111
Binary100000001101100111110011101111101101011100001010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,217,243); }

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

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

 a { background-color: rgb(128,217,243); }

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

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

 span { border-color: rgb(128,217,243); }

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