#81DCF2

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

Shades of Sky Blue #81DCF2

Tints of Sky Blue #81DCF2

Color information

#81DCF2 (or 0x81DCF2) is unknown color: approx Sky Blue. HEX triplet: 81, DC and F2. RGB value is (129,220,242). Sum of RGB (Red+Green+Blue) = 129+220+242=591 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.83% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #81DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DCF2 is #7E230D. Grayscale: #C3C3C3. Windows color (decimal): -8266510 or 15916161. OLE color: 15916161.

HSL color Cylindrical-coordinate representation of color #81DCF2: hue angle of 191.68º degrees, saturation: 0.81, 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 #81DCF2 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB129220242-
CMYK0.470.0900.05
HSL191.68º81.29%72.75%-
HSV(B)191.68º46.69%94.9%-
XYZ50.6762.2693.35-
YUV195.3154.3580.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.83%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=21.83%
G=37.23%
B=40.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1292202420.470.0900.05191.6881.2972.75
Hex81DCF22F905c05149
Octal201334362571105300121111
Binary100000011101110011110010101111100101011100000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,220,242); }

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

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

 a { background-color: rgb(129,220,242); }

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

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

 span { border-color: rgb(129,220,242); }

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