#71CEFA

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

Shades of Maya Blue #71CEFA

Tints of Maya Blue #71CEFA

Color information

#71CEFA (or 0x71CEFA) is unknown color: approx Maya Blue. HEX triplet: 71, CE and FA. RGB value is (113,206,250). Sum of RGB (Red+Green+Blue) = 113+206+250=569 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.86% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #71CEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CEFA is #8E3105. Grayscale: #B6B6B6. Windows color (decimal): -9318662 or 16436849. OLE color: 16436849.

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

Color convert

RGB113206250-
CMYK0.550.1800.02
HSL199.27º93.2%71.18%-
HSV(B)199.27º54.8%98.04%-
XYZ46.1454.5698.54-
YUV183.21165.6977.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.86%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=19.86%
G=36.20%
B=43.94%

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
Decimal1132062500.550.1800.02199.2793.271.18
Hex71CEFA371202c75d47
Octal161316372672202307135107
Binary11100011100111011111010110111100100101100011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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