#81CAED

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

Shades of Sky Blue #81CAED

Tints of Sky Blue #81CAED

Color information

#81CAED (or 0x81CAED) is unknown color: approx Sky Blue. HEX triplet: 81, CA and ED. RGB value is (129,202,237). Sum of RGB (Red+Green+Blue) = 129+202+237=568 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.71% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #81CAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CAED is #7E3512. Grayscale: #B7B7B7. Windows color (decimal): -8271123 or 15583873. OLE color: 15583873.

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

Color convert

RGB129202237-
CMYK0.460.1500.07
HSL199.44º75%71.76%-
HSV(B)199.44º45.57%92.94%-
XYZ45.4653.0287.96-
YUV184.16157.8288.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.71%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=22.71%
G=35.56%
B=41.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292022370.460.1500.07199.447571.76
Hex81CAED2EF07c74b48
Octal201312355561707307113110
Binary100000011100101011101101101110111101111100011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,202,237); }

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

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

 a { background-color: rgb(129,202,237); }

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

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

 span { border-color: rgb(129,202,237); }

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