#6ED3FD

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

Shades of Maya Blue #6ED3FD

Tints of Maya Blue #6ED3FD

Color information

#6ED3FD (or 0x6ED3FD) is unknown color: approx Maya Blue. HEX triplet: 6E, D3 and FD. RGB value is (110,211,253). Sum of RGB (Red+Green+Blue) = 110+211+253=574 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.16% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #6ED3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED3FD is #912C02. Grayscale: #B9B9B9. Windows color (decimal): -9513987 or 16634734. OLE color: 16634734.

HSL color Cylindrical-coordinate representation of color #6ED3FD: hue angle of 197.62º 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 #6ED3FD is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110211253-
CMYK0.570.1700.01
HSL197.62º97.28%71.18%-
HSV(B)197.62º56.52%99.22%-
XYZ47.4557101.43-
YUV185.59166.0474.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.16%
GREEN value IS 211 (82.81% from 255) = 36.76%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=19.16%
G=36.76%
B=44.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1102112530.570.1700.01197.6297.2871.18
Hex6ED3FD391101c66147
Octal156323375712101306141107
Binary1101110110100111111110111100110001011100011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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