#81CDEC

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

Shades of Sky Blue #81CDEC

Tints of Sky Blue #81CDEC

Color information

#81CDEC (or 0x81CDEC) is unknown color: approx Sky Blue. HEX triplet: 81, CD and EC. RGB value is (129,205,236). Sum of RGB (Red+Green+Blue) = 129+205+236=570 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.63% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #81CDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CDEC is #7E3213. Grayscale: #B9B9B9. Windows color (decimal): -8270356 or 15519105. OLE color: 15519105.

HSL color Cylindrical-coordinate representation of color #81CDEC: hue angle of 197.38º 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 #81CDEC is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129205236-
CMYK0.450.1300.07
HSL197.38º73.79%71.57%-
HSV(B)197.38º45.34%92.55%-
XYZ46.0254.3987.43-
YUV185.81156.3287.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.63%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=22.63%
G=35.96%
B=41.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292052360.450.1300.07197.3873.7971.57
Hex81CDEC2DD07c54a48
Octal201315354551507305112110
Binary100000011100110111101100101101110101111100010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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