Html Css Color HEX #71BEEC Maya Blue

📋 copy color: '#71BEEC'

red 113 ◦ green 190 ◦ blue 236

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

Shades of Maya Blue #71BEEC

Tints of Maya Blue #71BEEC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.25%

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

R = 20.96%
G = 35.25%
B = 43.78%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71BEEC (or 0x71BEEC) is known color: Maya Blue. HEX triplet: 71, BE and EC. RGB value is (113,190,236). Sum of RGB (Red+Green+Blue) = 113+190+236=539 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.96% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #71BEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BEEC is #8E4113. Grayscale: #ABABAB. Windows color (decimal): -9322772 or 15515249. OLE color: 15515249.

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

Color convert

RGB 113 190 236 -
CMYK 0.52 0.19 0 0.07
HSL 202.44º 0.76% 0.68% -
HSV(B) 202.44º 0.52% 0.93% -
XYZ 40.36 46.39 86.18 -
YUV 172.22 163.99 85.76 -
System Red Green Blue C M Y K H S L
Decimal 113 190 236 0.52 0.19 0 0.07 202.44 0.76 0.68
Hex 71 BE EC 34 13 0 7 CA 4C 44
Octal 161 276 354 64 23 0 7 312 114 104
Binary 1110001 10111110 11101100 110100 10011 0 111 11001010 1001100 1000100

Color Harmonies of #71BEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BEEC

Black with #71BEEC

Text Example


Text Example

White with #71BEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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