Html Css Color HEX #71C6EB Maya Blue

📋 copy color: '#71C6EB'

red 113 ◦ green 198 ◦ blue 235

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

Shades of Maya Blue #71C6EB

Tints of Maya Blue #71C6EB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.26%

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

R = 20.7%
G = 36.26%
B = 43.04%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#71C6EB (or 0x71C6EB) is known color: Maya Blue. HEX triplet: 71, C6 and EB. RGB value is (113,198,235). Sum of RGB (Red+Green+Blue) = 113+198+235=546 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.70% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #71C6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C6EB is #8E3914. Grayscale: #B0B0B0. Windows color (decimal): -9320725 or 15451761. OLE color: 15451761.

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

Color convert

RGB 113 198 235 -
CMYK 0.52 0.16 0 0.08
HSL 198.2º 0.75% 0.68% -
HSV(B) 198.2º 0.52% 0.92% -
XYZ 42 49.9 86.01 -
YUV 176.8 160.84 82.49 -
System Red Green Blue C M Y K H S L
Decimal 113 198 235 0.52 0.16 0 0.08 198.2 0.75 0.68
Hex 71 C6 EB 34 10 0 8 C6 4B 44
Octal 161 306 353 64 20 0 10 306 113 104
Binary 1110001 11000110 11101011 110100 10000 0 1000 11000110 1001011 1000100

Color Harmonies of #71C6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C6EB

Black with #71C6EB

Text Example


Text Example

White with #71C6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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