#81BCED

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

Shades of Maya Blue #81BCED

Tints of Maya Blue #81BCED

Color information

#81BCED (or 0x81BCED) is unknown color: approx Maya Blue. HEX triplet: 81, BC and ED. RGB value is (129,188,237). Sum of RGB (Red+Green+Blue) = 129+188+237=554 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.29% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #81BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCED is #7E4312. Grayscale: #AFAFAF. Windows color (decimal): -8274707 or 15580289. OLE color: 15580289.

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

Color convert

RGB129188237-
CMYK0.460.2100.07
HSL207.22º75%71.76%-
HSV(B)207.22º45.57%92.94%-
XYZ42.3246.7586.91-
YUV175.94162.4594.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.29%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=23.29%
G=33.94%
B=42.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291882370.460.2100.07207.227571.76
Hex81BCED2E1507cf4b48
Octal201274355562507317113110
Binary1000000110111100111011011011101010101111100111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,188,237); }

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

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

 a { background-color: rgb(129,188,237); }

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

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

 span { border-color: rgb(129,188,237); }

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