Html Css Color HEX #71C8EB Maya Blue

📋 copy color: '#71C8EB'

red 113 ◦ green 200 ◦ blue 235

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

Shades of Maya Blue #71C8EB

Tints of Maya Blue #71C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.5%

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

R = 20.62%
G = 36.5%
B = 42.88%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#71C8EB (or 0x71C8EB) is known color: Maya Blue. HEX triplet: 71, C8 and EB. RGB value is (113,200,235). Sum of RGB (Red+Green+Blue) = 113+200+235=548 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.62% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #71C8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C8EB is #8E3714. Grayscale: #B1B1B1. Windows color (decimal): -9320213 or 15452273. OLE color: 15452273.

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

Color convert

RGB 113 200 235 -
CMYK 0.52 0.15 0 0.08
HSL 197.21º 0.75% 0.68% -
HSV(B) 197.21º 0.52% 0.92% -
XYZ 42.46 50.82 86.17 -
YUV 177.98 160.18 81.65 -
System Red Green Blue C M Y K H S L
Decimal 113 200 235 0.52 0.15 0 0.08 197.21 0.75 0.68
Hex 71 C8 EB 34 F 0 8 C5 4B 44
Octal 161 310 353 64 17 0 10 305 113 104
Binary 1110001 11001000 11101011 110100 1111 0 1000 11000101 1001011 1000100

Color Harmonies of #71C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C8EB

Black with #71C8EB

Text Example


Text Example

White with #71C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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