#81DCEC

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

Shades of Sky Blue #81DCEC

Tints of Sky Blue #81DCEC

Color information

#81DCEC (or 0x81DCEC) is unknown color: approx Sky Blue. HEX triplet: 81, DC and EC. RGB value is (129,220,236). Sum of RGB (Red+Green+Blue) = 129+220+236=585 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.05% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #81DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DCEC is #7E2313. Grayscale: #C2C2C2. Windows color (decimal): -8266516 or 15522945. OLE color: 15522945.

HSL color Cylindrical-coordinate representation of color #81DCEC: hue angle of 188.97º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81DCEC is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129220236-
CMYK0.450.0700.07
HSL188.97º73.79%71.57%-
HSV(B)188.97º45.34%92.55%-
XYZ49.7961.9188.68-
YUV194.61151.3581.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.05%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=22.05%
G=37.61%
B=40.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292202360.450.0700.07188.9773.7971.57
Hex81DCEC2D707bd4a48
Octal20133435455707275112110
Binary10000001110111001110110010110111101111011110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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