#81CDEB

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

Shades of Sky Blue #81CDEB

Tints of Sky Blue #81CDEB

Color information

#81CDEB (or 0x81CDEB) is unknown color: approx Sky Blue. HEX triplet: 81, CD and EB. RGB value is (129,205,235). Sum of RGB (Red+Green+Blue) = 129+205+235=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #81CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CDEB is #7E3214. Grayscale: #B9B9B9. Windows color (decimal): -8270357 or 15453569. OLE color: 15453569.

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

Color convert

RGB129205235-
CMYK0.450.1300.08
HSL196.98º72.6%71.37%-
HSV(B)196.98º45.11%92.16%-
XYZ45.8854.3386.67-
YUV185.7155.8287.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.67%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=22.67%
G=36.03%
B=41.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292052350.450.1300.08196.9872.671.37
Hex81CDEB2DD08c54947
Octal2013153535515010305111107
Binary1000000111001101111010111011011101010001100010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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