#6EBCFC

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

Shades of Maya Blue #6EBCFC

Tints of Maya Blue #6EBCFC

Color information

#6EBCFC (or 0x6EBCFC) is unknown color: approx Maya Blue. HEX triplet: 6E, BC and FC. RGB value is (110,188,252). Sum of RGB (Red+Green+Blue) = 110+188+252=550 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EBCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBCFC is #914303. Grayscale: #ABABAB. Windows color (decimal): -9519876 or 16563310. OLE color: 16563310.

HSL color Cylindrical-coordinate representation of color #6EBCFC: hue angle of 207.04º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EBCFC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110188252-
CMYK0.560.2500.01
HSL207.04º95.95%70.98%-
HSV(B)207.04º56.35%98.82%-
XYZ41.9846.3198.82-
YUV171.97173.1683.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 252 (98.83% from 255) = 45.82%
R=20%
G=34.18%
B=45.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101882520.560.2500.01207.0495.9570.98
Hex6EBCFC381901cf6047
Octal156274374703101317140107
Binary1101110101111001111110011100011001011100111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EBCFC; }

 p { color: rgb(110,188,252); }

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

<style>
 a { background-color: #6EBCFC; }

 a { background-color: rgb(110,188,252); }

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

<style>
 span { border-color: #6EBCFC; }

 span { border-color: rgb(110,188,252); }

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