Shades of Maya Blue #6DD5FD
Tints of Maya Blue #6DD5FD
RGB
CMYK
RGB Variations
Color information
#6DD5FD (or 0x6DD5FD) is known color: Maya Blue. HEX triplet: 6D, D5 and FD. RGB value is (109,213,253). Sum of RGB (Red+Green+Blue) = 109+213+253=575 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.96% from 575); Green value is 213 (83.59% from 255 or 37.04% 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 #6DD5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD5FD is #922A02. Grayscale: #BABABA. Windows color (decimal): -9579011 or 16635245. OLE color: 16635245.
HSL color Cylindrical-coordinate representation of color #6DD5FD: hue angle of 196.67º 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 #6DD5FD is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 213 | 253 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.01 |
| HSL | 196.67º | 0.97% | 0.71% | - |
| HSV(B) | 196.67º | 0.57% | 0.99% | - |
| XYZ | 47.83 | 57.93 | 101.59 | - |
| YUV | 186.46 | 165.54 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 213 | 253 | 0.57 | 0.16 | 0 | 0.01 | 196.67 | 0.97 | 0.71 |
| Hex | 6D | D5 | FD | 39 | 10 | 0 | 1 | C5 | 61 | 47 |
| Octal | 155 | 325 | 375 | 71 | 20 | 0 | 1 | 305 | 141 | 107 |
| Binary | 1101101 | 11010101 | 11111101 | 111001 | 10000 | 0 | 1 | 11000101 | 1100001 | 1000111 |
Color Harmonies of #6DD5FD
Complementary color
Monochromatic Colors of #6DD5FD
Black with #6DD5FD
Text Example
Text Example
White with #6DD5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD5FD; }
p { color: rgb(109,213,253); }
H1.HeaderClassName
{
color: #6DD5FD;
}
.AnyTagClassName
{
color: #6DD5FD;
}
</style>
background-color css
<style>
a { background-color: #6DD5FD; }
a { background-color: rgb(109,213,253); }
div.DivClassName
{
background-color: #6DD5FD;
}
.BgClassName
{
background-color: #6DD5FD;
}
</style>
border-color css
<style>
span { border-color: #6DD5FD; }
span { border-color: rgb(109,213,253); }
td.TdClassName
{
border-color: #6DD5FD;
}
.TagClassName
{
border-color: #6DD5FD;
}
</style>