#71AFF9

Color #71AFF9 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #71AFF9

Tints of Maya Blue #71AFF9

Color information

#71AFF9 (or 0x71AFF9) is unknown color: approx Maya Blue. HEX triplet: 71, AF and F9. RGB value is (113,175,249). Sum of RGB (Red+Green+Blue) = 113+175+249=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #71AFF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AFF9 is #8E5006. Grayscale: #A4A4A4. Windows color (decimal): -9326599 or 16363377. OLE color: 16363377.

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

Color convert

RGB113175249-
CMYK0.550.3000.02
HSL212.65º91.89%70.98%-
HSV(B)212.65º54.62%97.65%-
XYZ39.2441.0195.47-
YUV164.9175.4690.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.04%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 249 (97.66% from 255) = 46.37%
R=21.04%
G=32.59%
B=46.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131752490.550.3000.02212.6591.8970.98
Hex71AFF9371E02d55c47
Octal161257371673602325134107
Binary11100011010111111111001110111111100101101010110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71AFF9;
 }
 .AnyTagClassName
 {
   color: #71AFF9;
 }
</style>
background-color css

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

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

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

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

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

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