#71CAFA

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

Shades of Maya Blue #71CAFA

Tints of Maya Blue #71CAFA

Color information

#71CAFA (or 0x71CAFA) is unknown color: approx Maya Blue. HEX triplet: 71, CA and FA. RGB value is (113,202,250). Sum of RGB (Red+Green+Blue) = 113+202+250=565 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #71CAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CAFA is #8E3505. Grayscale: #B4B4B4. Windows color (decimal): -9319686 or 16435825. OLE color: 16435825.

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

Color convert

RGB113202250-
CMYK0.550.1900.02
HSL201.02º93.2%71.18%-
HSV(B)201.02º54.8%98.04%-
XYZ45.1952.6598.22-
YUV180.86167.0179.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=20%
G=35.75%
B=44.25%

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
Decimal1132022500.550.1900.02201.0293.271.18
Hex71CAFA371302c95d47
Octal161312372672302311135107
Binary11100011100101011111010110111100110101100100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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