Html Css Color HEX #71BBEC Maya Blue

📋 copy color: '#71BBEC'

red 113 ◦ green 187 ◦ blue 236

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

Shades of Maya Blue #71BBEC

Tints of Maya Blue #71BBEC

RGB

 RED value IS 113 (44.53% from 255) = 21.08%

 GREEN value IS 187 (73.44% from 255) = 34.89%

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

R = 21.08%
G = 34.89%
B = 44.03%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71BBEC (or 0x71BBEC) is known color: Maya Blue. HEX triplet: 71, BB and EC. RGB value is (113,187,236). Sum of RGB (Red+Green+Blue) = 113+187+236=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #71BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BBEC is #8E4413. Grayscale: #AAAAAA. Windows color (decimal): -9323540 or 15514481. OLE color: 15514481.

HSL color Cylindrical-coordinate representation of color #71BBEC: hue angle of 203.9º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71BBEC is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 187 236 -
CMYK 0.52 0.21 0 0.07
HSL 203.9º 0.76% 0.68% -
HSV(B) 203.9º 0.52% 0.93% -
XYZ 39.72 45.11 85.97 -
YUV 170.46 164.98 87.02 -
System Red Green Blue C M Y K H S L
Decimal 113 187 236 0.52 0.21 0 0.07 203.9 0.76 0.68
Hex 71 BB EC 34 15 0 7 CC 4C 44
Octal 161 273 354 64 25 0 7 314 114 104
Binary 1110001 10111011 11101100 110100 10101 0 111 11001100 1001100 1000100

Color Harmonies of #71BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BBEC

Black with #71BBEC

Text Example


Text Example

White with #71BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71BBEC; }

 p { color: rgb(113,187,236); }

 H1.HeaderClassName
 {
   color: #71BBEC;
 }
 .AnyTagClassName
 {
   color: #71BBEC;
 }
</style>

background-color css

<style>
 a { background-color: #71BBEC; }

 a { background-color: rgb(113,187,236); }

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

border-color css

<style>
 span { border-color: #71BBEC; }

 span { border-color: rgb(113,187,236); }

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