Html Css Color HEX #71B9F9 Maya Blue

📋 copy color: '#71B9F9'

red 113 ◦ green 185 ◦ blue 249

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

Shades of Maya Blue #71B9F9

Tints of Maya Blue #71B9F9

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.82%

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

R = 20.66%
G = 33.82%
B = 45.52%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71B9F9 (or 0x71B9F9) is known color: Maya Blue. HEX triplet: 71, B9 and F9. RGB value is (113,185,249). Sum of RGB (Red+Green+Blue) = 113+185+249=547 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.66% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #71B9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B9F9 is #8E4606. Grayscale: #AAAAAA. Windows color (decimal): -9324039 or 16365937. OLE color: 16365937.

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

Color convert

RGB 113 185 249 -
CMYK 0.55 0.26 0 0.02
HSL 208.24º 0.92% 0.71% -
HSV(B) 208.24º 0.55% 0.98% -
XYZ 41.26 45.05 96.14 -
YUV 170.77 172.15 86.8 -
System Red Green Blue C M Y K H S L
Decimal 113 185 249 0.55 0.26 0 0.02 208.24 0.92 0.71
Hex 71 B9 F9 37 1A 0 2 D0 5C 47
Octal 161 271 371 67 32 0 2 320 134 107
Binary 1110001 10111001 11111001 110111 11010 0 10 11010000 1011100 1000111

Color Harmonies of #71B9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B9F9

Black with #71B9F9

Text Example


Text Example

White with #71B9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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