Html Css Color HEX #71C2EE Maya Blue

📋 copy color: '#71C2EE'

red 113 ◦ green 194 ◦ blue 238

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

Shades of Maya Blue #71C2EE

Tints of Maya Blue #71C2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 20.73%
G = 35.6%
B = 43.67%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71C2EE (or 0x71C2EE) is known color: Maya Blue. HEX triplet: 71, C2 and EE. RGB value is (113,194,238). Sum of RGB (Red+Green+Blue) = 113+194+238=545 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.73% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #71C2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C2EE is #8E3D11. Grayscale: #AEAEAE. Windows color (decimal): -9321746 or 15647345. OLE color: 15647345.

HSL color Cylindrical-coordinate representation of color #71C2EE: hue angle of 201.12º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71C2EE is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 194 238 -
CMYK 0.53 0.18 0 0.07
HSL 201.12º 0.79% 0.69% -
HSV(B) 201.12º 0.53% 0.93% -
XYZ 41.53 48.27 88.02 -
YUV 174.8 163.66 83.92 -
System Red Green Blue C M Y K H S L
Decimal 113 194 238 0.53 0.18 0 0.07 201.12 0.79 0.69
Hex 71 C2 EE 35 12 0 7 C9 4F 45
Octal 161 302 356 65 22 0 7 311 117 105
Binary 1110001 11000010 11101110 110101 10010 0 111 11001001 1001111 1000101

Color Harmonies of #71C2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C2EE

Black with #71C2EE

Text Example


Text Example

White with #71C2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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