#81C5EB

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

Shades of Sky Blue #81C5EB

Tints of Sky Blue #81C5EB

Color information

#81C5EB (or 0x81C5EB) is unknown color: approx Sky Blue. HEX triplet: 81, C5 and EB. RGB value is (129,197,235). Sum of RGB (Red+Green+Blue) = 129+197+235=561 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.99% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #81C5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C5EB is #7E3A14. Grayscale: #B4B4B4. Windows color (decimal): -8272405 or 15451521. OLE color: 15451521.

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

Color convert

RGB129197235-
CMYK0.450.1600.08
HSL201.51º72.6%71.37%-
HSV(B)201.51º45.11%92.16%-
XYZ44.0150.686.04-
YUV181158.4790.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.99%
GREEN value IS 197 (77.34% from 255) = 35.12%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=22.99%
G=35.12%
B=41.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291972350.450.1600.08201.5172.671.37
Hex81C5EB2D1008ca4947
Octal2013053535520010312111107
Binary10000001110001011110101110110110000010001100101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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