Html Css Color HEX #71B7FA Maya Blue

📋 copy color: '#71B7FA'

red 113 ◦ green 183 ◦ blue 250

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

Shades of Maya Blue #71B7FA

Tints of Maya Blue #71B7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.52%

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

R = 20.7%
G = 33.52%
B = 45.79%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71B7FA (or 0x71B7FA) is known color: Maya Blue. HEX triplet: 71, B7 and FA. RGB value is (113,183,250). Sum of RGB (Red+Green+Blue) = 113+183+250=546 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.70% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #71B7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B7FA is #8E4805. Grayscale: #A9A9A9. Windows color (decimal): -9324550 or 16430961. OLE color: 16430961.

HSL color Cylindrical-coordinate representation of color #71B7FA: hue angle of 209.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 #71B7FA is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 183 250 -
CMYK 0.55 0.27 0 0.02
HSL 209.34º 0.93% 0.71% -
HSV(B) 209.34º 0.55% 0.98% -
XYZ 41 44.28 96.83 -
YUV 169.71 173.31 87.55 -
System Red Green Blue C M Y K H S L
Decimal 113 183 250 0.55 0.27 0 0.02 209.34 0.93 0.71
Hex 71 B7 FA 37 1B 0 2 D1 5D 47
Octal 161 267 372 67 33 0 2 321 135 107
Binary 1110001 10110111 11111010 110111 11011 0 10 11010001 1011101 1000111

Color Harmonies of #71B7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B7FA

Black with #71B7FA

Text Example


Text Example

White with #71B7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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