Html Css Color HEX #81BCED Maya Blue

📋 copy color: '#81BCED'

red 129 ◦ green 188 ◦ blue 237

#81BCED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #81BCED

Tints of Maya Blue #81BCED

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 value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#81BCED (or 0x81BCED) is known color: 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

RGB 129 188 237 -
CMYK 0.46 0.21 0 0.07
HSL 207.22º 0.75% 0.72% -
HSV(B) 207.22º 0.46% 0.93% -
XYZ 42.32 46.75 86.91 -
YUV 175.95 162.45 94.52 -
System Red Green Blue C M Y K H S L
Decimal 129 188 237 0.46 0.21 0 0.07 207.22 0.75 0.72
Hex 81 BC ED 2E 15 0 7 CF 4B 48
Octal 201 274 355 56 25 0 7 317 113 110
Binary 10000001 10111100 11101101 101110 10101 0 111 11001111 1001011 1001000

Color Harmonies of #81BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BCED

Black with #81BCED

Text Example


Text Example

White with #81BCED

Text Example


Text Example

HTML Codes & Css Web 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>