#80D1EF

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

Shades of Sky Blue #80D1EF

Tints of Sky Blue #80D1EF

Color information

#80D1EF (or 0x80D1EF) is unknown color: approx Sky Blue. HEX triplet: 80, D1 and EF. RGB value is (128,209,239). Sum of RGB (Red+Green+Blue) = 128+209+239=576 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.22% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #80D1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D1EF is #7F2E10. Grayscale: #BBBBBB. Windows color (decimal): -8334865 or 15716736. OLE color: 15716736.

HSL color Cylindrical-coordinate representation of color #80D1EF: hue angle of 196.22º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80D1EF is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB128209239-
CMYK0.460.1300.06
HSL196.22º77.62%71.96%-
HSV(B)196.22º46.44%93.73%-
XYZ47.2856.4290.06-
YUV188.2156.6685.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.22%
GREEN value IS 209 (82.03% from 255) = 36.28%
BLUE value IS 239 (93.75% from 255) = 41.49%
R=22.22%
G=36.28%
B=41.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1282092390.460.1300.06196.2277.6271.96
Hex80D1EF2ED06c44e48
Octal200321357561506304116110
Binary100000001101000111101111101110110101101100010010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,209,239); }

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

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

 a { background-color: rgb(128,209,239); }

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

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

 span { border-color: rgb(128,209,239); }

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