#71CFFA

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

Shades of Maya Blue #71CFFA

Tints of Maya Blue #71CFFA

Color information

#71CFFA (or 0x71CFFA) is unknown color: approx Maya Blue. HEX triplet: 71, CF and FA. RGB value is (113,207,250). Sum of RGB (Red+Green+Blue) = 113+207+250=570 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.82% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #71CFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CFFA is #8E3005. Grayscale: #B7B7B7. Windows color (decimal): -9318406 or 16437105. OLE color: 16437105.

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

Color convert

RGB113207250-
CMYK0.550.1700.02
HSL198.83º93.2%71.18%-
HSV(B)198.83º54.8%98.04%-
XYZ46.3855.0498.62-
YUV183.8165.3677.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.82%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=19.82%
G=36.32%
B=43.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132072500.550.1700.02198.8393.271.18
Hex71CFFA371102c75d47
Octal161317372672102307135107
Binary11100011100111111111010110111100010101100011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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