#5ECEFC

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

Shades of Maya Blue #5ECEFC

Tints of Maya Blue #5ECEFC

Color information

#5ECEFC (or 0x5ECEFC) is unknown color: approx Maya Blue. HEX triplet: 5E, CE and FC. RGB value is (94,206,252). Sum of RGB (Red+Green+Blue) = 94+206+252=552 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.03% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #5ECEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECEFC is #A13103. Grayscale: #B1B1B1. Windows color (decimal): -10563844 or 16567902. OLE color: 16567902.

HSL color Cylindrical-coordinate representation of color #5ECEFC: hue angle of 197.47º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ECEFC is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB94206252-
CMYK0.630.1800.01
HSL197.47º96.34%67.84%-
HSV(B)197.47º62.7%98.82%-
XYZ44.2653.55100.1-
YUV177.76169.8968.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.03%
GREEN value IS 206 (80.86% from 255) = 37.32%
BLUE value IS 252 (98.83% from 255) = 45.65%
R=17.03%
G=37.32%
B=45.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal942062520.630.1800.01197.4796.3467.84
Hex5ECEFC3F1201c56044
Octal136316374772201305140104
Binary1011110110011101111110011111110010011100010111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ECEFC; }

 p { color: rgb(94,206,252); }

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

<style>
 a { background-color: #5ECEFC; }

 a { background-color: rgb(94,206,252); }

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

<style>
 span { border-color: #5ECEFC; }

 span { border-color: rgb(94,206,252); }

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