#80D5F3

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

Shades of Sky Blue #80D5F3

Tints of Sky Blue #80D5F3

Color information

#80D5F3 (or 0x80D5F3) is unknown color: approx Sky Blue. HEX triplet: 80, D5 and F3. RGB value is (128,213,243). Sum of RGB (Red+Green+Blue) = 128+213+243=584 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.92% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #80D5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D5F3 is #7F2A0C. Grayscale: #BEBEBE. Windows color (decimal): -8333837 or 15979904. OLE color: 15979904.

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

Color convert

RGB128213243-
CMYK0.470.1200.05
HSL195.65º82.73%72.75%-
HSV(B)195.65º47.33%95.29%-
XYZ48.8758.6593.54-
YUV191157.3483.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.92%
GREEN value IS 213 (83.59% from 255) = 36.47%
BLUE value IS 243 (95.31% from 255) = 41.61%
R=21.92%
G=36.47%
B=41.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282132430.470.1200.05195.6582.7372.75
Hex80D5F32FC05c45349
Octal200325363571405304123111
Binary100000001101010111110011101111110001011100010010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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