#71CAF9

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

Shades of Maya Blue #71CAF9

Tints of Maya Blue #71CAF9

Color information

#71CAF9 (or 0x71CAF9) is unknown color: approx Maya Blue. HEX triplet: 71, CA and F9. RGB value is (113,202,249). Sum of RGB (Red+Green+Blue) = 113+202+249=564 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.04% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #71CAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CAF9 is #8E3506. Grayscale: #B4B4B4. Windows color (decimal): -9319687 or 16370289. OLE color: 16370289.

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

Color convert

RGB113202249-
CMYK0.550.1900.02
HSL200.74º91.89%70.98%-
HSV(B)200.74º54.62%97.65%-
XYZ45.0352.5997.4-
YUV180.75166.5179.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.04%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 249 (97.66% from 255) = 44.15%
R=20.04%
G=35.82%
B=44.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132022490.550.1900.02200.7491.8970.98
Hex71CAF9371302c95c47
Octal161312371672302311134107
Binary11100011100101011111001110111100110101100100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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