#81DCEA

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

Shades of Sky Blue #81DCEA

Tints of Sky Blue #81DCEA

Color information

#81DCEA (or 0x81DCEA) is unknown color: approx Sky Blue. HEX triplet: 81, DC and EA. RGB value is (129,220,234). Sum of RGB (Red+Green+Blue) = 129+220+234=583 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.13% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #81DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DCEA is #7E2315. Grayscale: #C2C2C2. Windows color (decimal): -8266518 or 15391873. OLE color: 15391873.

HSL color Cylindrical-coordinate representation of color #81DCEA: hue angle of 188º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81DCEA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129220234-
CMYK0.450.0600.08
HSL188º71.43%71.18%-
HSV(B)188º44.87%91.76%-
XYZ49.561.7987.16-
YUV194.39150.3581.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.13%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=22.13%
G=37.74%
B=40.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292202340.450.0600.0818871.4371.18
Hex81DCEA2D608bc4747
Octal201334352556010274107107
Binary100000011101110011101010101101110010001011110010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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