Html Css Color HEX #81BCEC Maya Blue

📋 copy color: '#81BCEC'

red 129 ◦ green 188 ◦ blue 236

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

Shades of Maya Blue #81BCEC

Tints of Maya Blue #81BCEC

RGB

 RED value IS 129 (50.78% from 255) = 23.33%

 GREEN value IS 188 (73.83% from 255) = 34%

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 23.33%
G = 34%
B = 42.68%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#81BCEC (or 0x81BCEC) is known color: Maya Blue. HEX triplet: 81, BC and EC. RGB value is (129,188,236). Sum of RGB (Red+Green+Blue) = 129+188+236=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #81BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCEC is #7E4313. Grayscale: #AFAFAF. Windows color (decimal): -8274708 or 15514753. OLE color: 15514753.

HSL color Cylindrical-coordinate representation of color #81BCEC: hue angle of 206.92º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81BCEC is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 188 236 -
CMYK 0.45 0.20 0 0.07
HSL 206.92º 0.74% 0.72% -
HSV(B) 206.92º 0.45% 0.93% -
XYZ 42.18 46.69 86.15 -
YUV 175.83 161.95 94.6 -
System Red Green Blue C M Y K H S L
Decimal 129 188 236 0.45 0.20 0 0.07 206.92 0.74 0.72
Hex 81 BC EC 2D 14 0 7 CF 4A 48
Octal 201 274 354 55 24 0 7 317 112 110
Binary 10000001 10111100 11101100 101101 10100 0 111 11001111 1001010 1001000

Color Harmonies of #81BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BCEC

Black with #81BCEC

Text Example


Text Example

White with #81BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81BCEC;
 }
 .AnyTagClassName
 {
   color: #81BCEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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