Html Css Color HEX #81BCEB Maya Blue

📋 copy color: '#81BCEB'

red 129 ◦ green 188 ◦ blue 235

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

Shades of Maya Blue #81BCEB

Tints of Maya Blue #81BCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 23.37%
G = 34.06%
B = 42.57%

CMYK

 C value IS 0.45

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81BCEB (or 0x81BCEB) is known color: Maya Blue. HEX triplet: 81, BC and EB. RGB value is (129,188,235). Sum of RGB (Red+Green+Blue) = 129+188+235=552 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.37% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #81BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCEB is #7E4314. Grayscale: #AFAFAF. Windows color (decimal): -8274709 or 15449217. OLE color: 15449217.

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

Color convert

RGB 129 188 235 -
CMYK 0.45 0.2 0 0.08
HSL 206.6º 0.73% 0.71% -
HSV(B) 206.6º 0.45% 0.92% -
XYZ 42.03 46.63 85.38 -
YUV 175.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 129 188 235 0.45 0.2 0 0.08 206.6 0.73 0.71
Hex 81 BC EB 2D 14 0 8 CF 49 47
Octal 201 274 353 55 24 0 10 317 111 107
Binary 10000001 10111100 11101011 101101 10100 0 1000 11001111 1001001 1000111

Color Harmonies of #81BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BCEB

Black with #81BCEB

Text Example


Text Example

White with #81BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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