Html Css Color HEX #71BCEC Maya Blue

📋 copy color: '#71BCEC'

red 113 ◦ green 188 ◦ blue 236

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

Shades of Maya Blue #71BCEC

Tints of Maya Blue #71BCEC

RGB

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

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

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

R = 21.04%
G = 35.01%
B = 43.95%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71BCEC (or 0x71BCEC) is known color: Maya Blue. HEX triplet: 71, BC and EC. RGB value is (113,188,236). Sum of RGB (Red+Green+Blue) = 113+188+236=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #71BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BCEC is #8E4313. Grayscale: #AAAAAA. Windows color (decimal): -9323284 or 15514737. OLE color: 15514737.

HSL color Cylindrical-coordinate representation of color #71BCEC: hue angle of 203.41º 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 #71BCEC is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 188 236 -
CMYK 0.52 0.20 0 0.07
HSL 203.41º 0.76% 0.68% -
HSV(B) 203.41º 0.52% 0.93% -
XYZ 39.93 45.53 86.04 -
YUV 171.05 164.65 86.6 -
System Red Green Blue C M Y K H S L
Decimal 113 188 236 0.52 0.20 0 0.07 203.41 0.76 0.68
Hex 71 BC EC 34 14 0 7 CB 4C 44
Octal 161 274 354 64 24 0 7 313 114 104
Binary 1110001 10111100 11101100 110100 10100 0 111 11001011 1001100 1000100

Color Harmonies of #71BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BCEC

Black with #71BCEC

Text Example


Text Example

White with #71BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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