#81DCEF

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

Shades of Sky Blue #81DCEF

Tints of Sky Blue #81DCEF

Color information

#81DCEF (or 0x81DCEF) is unknown color: approx Sky Blue. HEX triplet: 81, DC and EF. RGB value is (129,220,239). Sum of RGB (Red+Green+Blue) = 129+220+239=588 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.94% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #81DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DCEF is #7E2310. Grayscale: #C2C2C2. Windows color (decimal): -8266513 or 15719553. OLE color: 15719553.

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

Color convert

RGB129220239-
CMYK0.460.0800.06
HSL190.36º77.46%72.16%-
HSV(B)190.36º46.03%93.73%-
XYZ50.2362.0991-
YUV194.96152.8580.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.94%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=21.94%
G=37.41%
B=40.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1292202390.460.0800.06190.3677.4672.16
Hex81DCEF2E806be4d48
Octal201334357561006276115110
Binary100000011101110011101111101110100001101011111010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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