Html Css Color HEX #71ACF9 Maya Blue

📋 copy color: '#71ACF9'

red 113 ◦ green 172 ◦ blue 249

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

Shades of Maya Blue #71ACF9

Tints of Maya Blue #71ACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.21%

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

R = 21.16%
G = 32.21%
B = 46.63%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71ACF9 (or 0x71ACF9) is known color: Maya Blue. HEX triplet: 71, AC and F9. RGB value is (113,172,249). Sum of RGB (Red+Green+Blue) = 113+172+249=534 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.16% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #71ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ACF9 is #8E5306. Grayscale: #A2A2A2. Windows color (decimal): -9327367 or 16362609. OLE color: 16362609.

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

Color convert

RGB 113 172 249 -
CMYK 0.55 0.31 0 0.02
HSL 213.97º 0.92% 0.71% -
HSV(B) 213.97º 0.55% 0.98% -
XYZ 38.66 39.86 95.28 -
YUV 163.14 176.45 92.24 -
System Red Green Blue C M Y K H S L
Decimal 113 172 249 0.55 0.31 0 0.02 213.97 0.92 0.71
Hex 71 AC F9 37 1F 0 2 D6 5C 47
Octal 161 254 371 67 37 0 2 326 134 107
Binary 1110001 10101100 11111001 110111 11111 0 10 11010110 1011100 1000111

Color Harmonies of #71ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ACF9

Black with #71ACF9

Text Example


Text Example

White with #71ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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