#81C8EE

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

Shades of Sky Blue #81C8EE

Tints of Sky Blue #81C8EE

Color information

#81C8EE (or 0x81C8EE) is unknown color: approx Sky Blue. HEX triplet: 81, C8 and EE. RGB value is (129,200,238). Sum of RGB (Red+Green+Blue) = 129+200+238=567 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.75% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #81C8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C8EE is #7E3711. Grayscale: #B6B6B6. Windows color (decimal): -8271634 or 15648897. OLE color: 15648897.

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

Color convert

RGB129200238-
CMYK0.460.1600.07
HSL200.92º76.22%71.96%-
HSV(B)200.92º45.8%93.33%-
XYZ45.1452.1588.58-
YUV183.1158.9889.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.75%
GREEN value IS 200 (78.52% from 255) = 35.27%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=22.75%
G=35.27%
B=41.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292002380.460.1600.07200.9276.2271.96
Hex81C8EE2E1007c94c48
Octal201310356562007311114110
Binary1000000111001000111011101011101000001111100100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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