Shades of Baby Blue #6DEDFD
Tints of Baby Blue #6DEDFD
RGB
CMYK
RGB Variations
Color information
#6DEDFD (or 0x6DEDFD) is known color: Baby Blue. HEX triplet: 6D, ED and FD. RGB value is (109,237,253). Sum of RGB (Red+Green+Blue) = 109+237+253=599 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.20% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DEDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEDFD is #921202. Grayscale: #C8C8C8. Windows color (decimal): -9572867 or 16641389. OLE color: 16641389.
HSL color Cylindrical-coordinate representation of color #6DEDFD: hue angle of 186.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 #6DEDFD is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 237 | 253 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.01 |
| HSL | 186.67º | 0.97% | 0.71% | - |
| HSV(B) | 186.67º | 0.57% | 0.99% | - |
| XYZ | 54.32 | 70.91 | 103.75 | - |
| YUV | 200.55 | 157.59 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 253 | 0.57 | 0.06 | 0 | 0.01 | 186.67 | 0.97 | 0.71 |
| Hex | 6D | ED | FD | 39 | 6 | 0 | 1 | BB | 61 | 47 |
| Octal | 155 | 355 | 375 | 71 | 6 | 0 | 1 | 273 | 141 | 107 |
| Binary | 1101101 | 11101101 | 11111101 | 111001 | 110 | 0 | 1 | 10111011 | 1100001 | 1000111 |
Color Harmonies of #6DEDFD
Complementary color
Monochromatic Colors of #6DEDFD
Black with #6DEDFD
Text Example
Text Example
White with #6DEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDFD; }
p { color: rgb(109,237,253); }
H1.HeaderClassName
{
color: #6DEDFD;
}
.AnyTagClassName
{
color: #6DEDFD;
}
</style>
background-color css
<style>
a { background-color: #6DEDFD; }
a { background-color: rgb(109,237,253); }
div.DivClassName
{
background-color: #6DEDFD;
}
.BgClassName
{
background-color: #6DEDFD;
}
</style>
border-color css
<style>
span { border-color: #6DEDFD; }
span { border-color: rgb(109,237,253); }
td.TdClassName
{
border-color: #6DEDFD;
}
.TagClassName
{
border-color: #6DEDFD;
}
</style>