Html Css Color HEX #71B1F9 Maya Blue

📋 copy color: '#71B1F9'

red 113 ◦ green 177 ◦ blue 249

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

Shades of Maya Blue #71B1F9

Tints of Maya Blue #71B1F9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.84%

 BLUE value IS 249 (97.66% from 255) = 46.2%

R = 20.96%
G = 32.84%
B = 46.2%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71B1F9 (or 0x71B1F9) is known color: Maya Blue. HEX triplet: 71, B1 and F9. RGB value is (113,177,249). Sum of RGB (Red+Green+Blue) = 113+177+249=539 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.96% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #71B1F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71B1F9 is #8E4E06. Grayscale: #A5A5A5. Windows color (decimal): -9326087 or 16363889. OLE color: 16363889.

HSL color Cylindrical-coordinate representation of color #71B1F9: hue angle of 211.76º degrees, saturation: 0.92, 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 #71B1F9 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 177 249 -
CMYK 0.55 0.29 0 0.02
HSL 211.76º 0.92% 0.71% -
HSV(B) 211.76º 0.55% 0.98% -
XYZ 39.63 41.79 95.6 -
YUV 166.07 174.8 90.15 -
System Red Green Blue C M Y K H S L
Decimal 113 177 249 0.55 0.29 0 0.02 211.76 0.92 0.71
Hex 71 B1 F9 37 1D 0 2 D4 5C 47
Octal 161 261 371 67 35 0 2 324 134 107
Binary 1110001 10110001 11111001 110111 11101 0 10 11010100 1011100 1000111

Color Harmonies of #71B1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B1F9

Black with #71B1F9

Text Example


Text Example

White with #71B1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,177,249); }

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

background-color css

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

 a { background-color: rgb(113,177,249); }

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

border-color css

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

 span { border-color: rgb(113,177,249); }

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