Html Css Color HEX #71C2EB Maya Blue

📋 copy color: '#71C2EB'

red 113 ◦ green 194 ◦ blue 235

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

Shades of Maya Blue #71C2EB

Tints of Maya Blue #71C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.79%

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

R = 20.85%
G = 35.79%
B = 43.36%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#71C2EB (or 0x71C2EB) is known color: Maya Blue. HEX triplet: 71, C2 and EB. RGB value is (113,194,235). Sum of RGB (Red+Green+Blue) = 113+194+235=542 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.85% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #71C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C2EB is #8E3D14. Grayscale: #AEAEAE. Windows color (decimal): -9321749 or 15450737. OLE color: 15450737.

HSL color Cylindrical-coordinate representation of color #71C2EB: hue angle of 200.16º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71C2EB is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 194 235 -
CMYK 0.52 0.17 0 0.08
HSL 200.16º 0.75% 0.68% -
HSV(B) 200.16º 0.52% 0.92% -
XYZ 41.1 48.09 85.71 -
YUV 174.46 162.16 84.17 -
System Red Green Blue C M Y K H S L
Decimal 113 194 235 0.52 0.17 0 0.08 200.16 0.75 0.68
Hex 71 C2 EB 34 11 0 8 C8 4B 44
Octal 161 302 353 64 21 0 10 310 113 104
Binary 1110001 11000010 11101011 110100 10001 0 1000 11001000 1001011 1000100

Color Harmonies of #71C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C2EB

Black with #71C2EB

Text Example


Text Example

White with #71C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,194,235); }

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

background-color css

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

 a { background-color: rgb(113,194,235); }

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

border-color css

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

 span { border-color: rgb(113,194,235); }

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