#81DFF0

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

Shades of Sky Blue #81DFF0

Tints of Sky Blue #81DFF0

Color information

#81DFF0 (or 0x81DFF0) is unknown color: approx Sky Blue. HEX triplet: 81, DF and F0. RGB value is (129,223,240). Sum of RGB (Red+Green+Blue) = 129+223+240=592 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.79% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #81DFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DFF0 is #7E200F. Grayscale: #C4C4C4. Windows color (decimal): -8265744 or 15785857. OLE color: 15785857.

HSL color Cylindrical-coordinate representation of color #81DFF0: hue angle of 189.19º degrees, saturation: 0.79, 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 #81DFF0 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129223240-
CMYK0.460.0700.06
HSL189.19º78.72%72.35%-
HSV(B)189.19º46.25%94.12%-
XYZ51.1763.7392.04-
YUV196.83152.3679.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.79%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 240 (94.14% from 255) = 40.54%
R=21.79%
G=37.67%
B=40.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1292232400.460.0700.06189.1978.7272.35
Hex81DFF02E706bd4f48
Octal20133736056706275117110
Binary10000001110111111111000010111011101101011110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81DFF0; }

 p { color: rgb(129,223,240); }

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

<style>
 a { background-color: #81DFF0; }

 a { background-color: rgb(129,223,240); }

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

<style>
 span { border-color: #81DFF0; }

 span { border-color: rgb(129,223,240); }

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