#71CCFA

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

Shades of Maya Blue #71CCFA

Tints of Maya Blue #71CCFA

Color information

#71CCFA (or 0x71CCFA) is unknown color: approx Maya Blue. HEX triplet: 71, CC and FA. RGB value is (113,204,250). Sum of RGB (Red+Green+Blue) = 113+204+250=567 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.93% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #71CCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CCFA is #8E3305. Grayscale: #B5B5B5. Windows color (decimal): -9319174 or 16436337. OLE color: 16436337.

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

Color convert

RGB113204250-
CMYK0.550.1800.02
HSL200.15º93.2%71.18%-
HSV(B)200.15º54.8%98.04%-
XYZ45.6653.698.38-
YUV182.04166.3578.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.93%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=19.93%
G=35.98%
B=44.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132042500.550.1800.02200.1593.271.18
Hex71CCFA371202c85d47
Octal161314372672202310135107
Binary11100011100110011111010110111100100101100100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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