#81C2EB

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

Shades of Sky Blue #81C2EB

Tints of Sky Blue #81C2EB

Color information

#81C2EB (or 0x81C2EB) is unknown color: approx Sky Blue. HEX triplet: 81, C2 and EB. RGB value is (129,194,235). Sum of RGB (Red+Green+Blue) = 129+194+235=558 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.12% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #81C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C2EB is #7E3D14. Grayscale: #B3B3B3. Windows color (decimal): -8273173 or 15450753. OLE color: 15450753.

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

Color convert

RGB129194235-
CMYK0.450.1700.08
HSL203.21º72.6%71.37%-
HSV(B)203.21º45.11%92.16%-
XYZ43.3449.2585.82-
YUV179.24159.4792.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.12%
GREEN value IS 194 (76.17% from 255) = 34.77%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=23.12%
G=34.77%
B=42.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291942350.450.1700.08203.2172.671.37
Hex81C2EB2D1108cb4947
Octal2013023535521010313111107
Binary10000001110000101110101110110110001010001100101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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