#81DCEB

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

Shades of Sky Blue #81DCEB

Tints of Sky Blue #81DCEB

Color information

#81DCEB (or 0x81DCEB) is unknown color: approx Sky Blue. HEX triplet: 81, DC and EB. RGB value is (129,220,235). Sum of RGB (Red+Green+Blue) = 129+220+235=584 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.09% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #81DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DCEB is #7E2314. Grayscale: #C2C2C2. Windows color (decimal): -8266517 or 15457409. OLE color: 15457409.

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

Color convert

RGB129220235-
CMYK0.450.0600.08
HSL188.49º72.6%71.37%-
HSV(B)188.49º45.11%92.16%-
XYZ49.6461.8587.92-
YUV194.5150.8581.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.09%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=22.09%
G=37.67%
B=40.24%

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
Decimal1292202350.450.0600.08188.4972.671.37
Hex81DCEB2D608bc4947
Octal201334353556010274111107
Binary100000011101110011101011101101110010001011110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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