#81C5EE

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

Shades of Sky Blue #81C5EE

Tints of Sky Blue #81C5EE

Color information

#81C5EE (or 0x81C5EE) is unknown color: approx Sky Blue. HEX triplet: 81, C5 and EE. RGB value is (129,197,238). Sum of RGB (Red+Green+Blue) = 129+197+238=564 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.87% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #81C5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C5EE is #7E3A11. Grayscale: #B5B5B5. Windows color (decimal): -8272402 or 15648129. OLE color: 15648129.

HSL color Cylindrical-coordinate representation of color #81C5EE: hue angle of 202.57º degrees, saturation: 0.76, 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 #81C5EE is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129197238-
CMYK0.460.1700.07
HSL202.57º76.22%71.96%-
HSV(B)202.57º45.8%93.33%-
XYZ44.4550.7788.35-
YUV181.34159.9790.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.87%
GREEN value IS 197 (77.34% from 255) = 34.93%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=22.87%
G=34.93%
B=42.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291972380.460.1700.07202.5776.2271.96
Hex81C5EE2E1107cb4c48
Octal201305356562107313114110
Binary1000000111000101111011101011101000101111100101110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,197,238); }

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

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

 a { background-color: rgb(129,197,238); }

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

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

 span { border-color: rgb(129,197,238); }

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