#81CCEA

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

Shades of Sky Blue #81CCEA

Tints of Sky Blue #81CCEA

Color information

#81CCEA (or 0x81CCEA) is unknown color: approx Sky Blue. HEX triplet: 81, CC and EA. RGB value is (129,204,234). Sum of RGB (Red+Green+Blue) = 129+204+234=567 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.75% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #81CCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CCEA is #7E3315. Grayscale: #B8B8B8. Windows color (decimal): -8270614 or 15387777. OLE color: 15387777.

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

Color convert

RGB129204234-
CMYK0.450.1300.08
HSL197.14º71.43%71.18%-
HSV(B)197.14º44.87%91.76%-
XYZ45.553.7985.83-
YUV185155.6588.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.75%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=22.75%
G=35.98%
B=41.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292042340.450.1300.08197.1471.4371.18
Hex81CCEA2DD08c54747
Octal2013143525515010305107107
Binary1000000111001100111010101011011101010001100010110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,204,234); }

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

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

 a { background-color: rgb(129,204,234); }

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

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

 span { border-color: rgb(129,204,234); }

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