#81C0EF

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

Shades of Maya Blue #81C0EF

Tints of Maya Blue #81C0EF

Color information

#81C0EF (or 0x81C0EF) is unknown color: approx Maya Blue. HEX triplet: 81, C0 and EF. RGB value is (129,192,239). Sum of RGB (Red+Green+Blue) = 129+192+239=560 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.04% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #81C0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C0EF is #7E3F10. Grayscale: #B2B2B2. Windows color (decimal): -8273681 or 15712385. OLE color: 15712385.

HSL color Cylindrical-coordinate representation of color #81C0EF: hue angle of 205.64º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81C0EF is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129192239-
CMYK0.460.2000.06
HSL205.64º77.46%72.16%-
HSV(B)205.64º46.03%93.73%-
XYZ43.4848.688.75-
YUV178.52162.1392.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.04%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=23.04%
G=34.29%
B=42.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1291922390.460.2000.06205.6477.4672.16
Hex81C0EF2E1406ce4d48
Octal201300357562406316115110
Binary1000000111000000111011111011101010001101100111010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,192,239); }

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

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

 a { background-color: rgb(129,192,239); }

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

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

 span { border-color: rgb(129,192,239); }

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