#6ED4FD

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

Shades of Maya Blue #6ED4FD

Tints of Maya Blue #6ED4FD

Color information

#6ED4FD (or 0x6ED4FD) is unknown color: approx Maya Blue. HEX triplet: 6E, D4 and FD. RGB value is (110,212,253). Sum of RGB (Red+Green+Blue) = 110+212+253=575 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.13% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #6ED4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED4FD is #912B02. Grayscale: #B9B9B9. Windows color (decimal): -9513731 or 16634990. OLE color: 16634990.

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

Color convert

RGB110212253-
CMYK0.570.1600.01
HSL197.2º97.28%71.18%-
HSV(B)197.2º56.52%99.22%-
XYZ47.757.49101.51-
YUV186.18165.7173.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.13%
GREEN value IS 212 (83.20% from 255) = 36.87%
BLUE value IS 253 (99.22% from 255) = 44%
R=19.13%
G=36.87%
B=44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1102122530.570.1600.01197.297.2871.18
Hex6ED4FD391001c56147
Octal156324375712001305141107
Binary1101110110101001111110111100110000011100010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,212,253); }

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

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

 a { background-color: rgb(110,212,253); }

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

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

 span { border-color: rgb(110,212,253); }

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