#80D4F3

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

Shades of Sky Blue #80D4F3

Tints of Sky Blue #80D4F3

Color information

#80D4F3 (or 0x80D4F3) is unknown color: approx Sky Blue. HEX triplet: 80, D4 and F3. RGB value is (128,212,243). Sum of RGB (Red+Green+Blue) = 128+212+243=583 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.96% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #80D4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D4F3 is #7F2B0C. Grayscale: #BEBEBE. Windows color (decimal): -8334093 or 15979648. OLE color: 15979648.

HSL color Cylindrical-coordinate representation of color #80D4F3: hue angle of 196.17º 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 #80D4F3 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128212243-
CMYK0.470.1300.05
HSL196.17º82.73%72.75%-
HSV(B)196.17º47.33%95.29%-
XYZ48.6258.1593.45-
YUV190.42157.6783.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.96%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 243 (95.31% from 255) = 41.68%
R=21.96%
G=36.36%
B=41.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282122430.470.1300.05196.1782.7372.75
Hex80D4F32FD05c45349
Octal200324363571505304123111
Binary100000001101010011110011101111110101011100010010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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