#81DFF8

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

Shades of Sky Blue #81DFF8

Tints of Sky Blue #81DFF8

Color information

#81DFF8 (or 0x81DFF8) is unknown color: approx Sky Blue. HEX triplet: 81, DF and F8. RGB value is (129,223,248). Sum of RGB (Red+Green+Blue) = 129+223+248=600 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.5% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #81DFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DFF8 is #7E2007. Grayscale: #C5C5C5. Windows color (decimal): -8265736 or 16310145. OLE color: 16310145.

HSL color Cylindrical-coordinate representation of color #81DFF8: hue angle of 192.61º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81DFF8 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB129223248-
CMYK0.480.1000.03
HSL192.61º89.47%73.92%-
HSV(B)192.61º47.98%97.25%-
XYZ52.3864.2298.44-
YUV197.74156.3678.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.5%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 248 (97.27% from 255) = 41.33%
R=21.5%
G=37.17%
B=41.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1292232480.480.1000.03192.6189.4773.92
Hex81DFF830A03c1594a
Octal201337370601203301131112
Binary10000001110111111111100011000010100111100000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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