Html Css Color HEX #71C7FA Maya Blue

📋 copy color: '#71C7FA'

red 113 ◦ green 199 ◦ blue 250

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

Shades of Maya Blue #71C7FA

Tints of Maya Blue #71C7FA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.41%

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 20.11%
G = 35.41%
B = 44.48%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71C7FA (or 0x71C7FA) is known color: Maya Blue. HEX triplet: 71, C7 and FA. RGB value is (113,199,250). Sum of RGB (Red+Green+Blue) = 113+199+250=562 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.11% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #71C7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C7FA is #8E3805. Grayscale: #B2B2B2. Windows color (decimal): -9320454 or 16435057. OLE color: 16435057.

HSL color Cylindrical-coordinate representation of color #71C7FA: hue angle of 202.34º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71C7FA is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 199 250 -
CMYK 0.55 0.20 0 0.02
HSL 202.34º 0.93% 0.71% -
HSV(B) 202.34º 0.55% 0.98% -
XYZ 44.49 51.26 97.99 -
YUV 179.1 168.01 80.85 -
System Red Green Blue C M Y K H S L
Decimal 113 199 250 0.55 0.20 0 0.02 202.34 0.93 0.71
Hex 71 C7 FA 37 14 0 2 CA 5D 47
Octal 161 307 372 67 24 0 2 312 135 107
Binary 1110001 11000111 11111010 110111 10100 0 10 11001010 1011101 1000111

Color Harmonies of #71C7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C7FA

Black with #71C7FA

Text Example


Text Example

White with #71C7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,199,250); }

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

background-color css

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

 a { background-color: rgb(113,199,250); }

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

border-color css

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

 span { border-color: rgb(113,199,250); }

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