Shades of Baby Blue #6DFFED
Tints of Baby Blue #6DFFED
RGB
CMYK
RGB Variations
Color information
#6DFFED (or 0x6DFFED) is known color: Baby Blue. HEX triplet: 6D, FF and ED. RGB value is (109,255,237). Sum of RGB (Red+Green+Blue) = 109+255+237=601 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.14% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFFED is #920012. Grayscale: #D1D1D1. Windows color (decimal): -9568275 or 15597421. OLE color: 15597421.
HSL color Cylindrical-coordinate representation of color #6DFFED: hue angle of 172.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFFED is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 237 | - |
| CMYK | 0.57 | 0 | 0.07 | 0 |
| HSL | 172.6º | 1% | 0.71% | - |
| HSV(B) | 172.6º | 0.57% | 1% | - |
| XYZ | 57.35 | 80.89 | 92.71 | - |
| YUV | 209.29 | 143.63 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 237 | 0.57 | 0 | 0.07 | 0 | 172.6 | 1 | 0.71 |
| Hex | 6D | FF | ED | 39 | 0 | 7 | 0 | AD | 64 | 47 |
| Octal | 155 | 377 | 355 | 71 | 0 | 7 | 0 | 255 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11101101 | 111001 | 0 | 111 | 0 | 10101101 | 1100100 | 1000111 |
Color Harmonies of #6DFFED
Complementary color
Monochromatic Colors of #6DFFED
Black with #6DFFED
Text Example
Text Example
White with #6DFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFED; }
p { color: rgb(109,255,237); }
H1.HeaderClassName
{
color: #6DFFED;
}
.AnyTagClassName
{
color: #6DFFED;
}
</style>
background-color css
<style>
a { background-color: #6DFFED; }
a { background-color: rgb(109,255,237); }
div.DivClassName
{
background-color: #6DFFED;
}
.BgClassName
{
background-color: #6DFFED;
}
</style>
border-color css
<style>
span { border-color: #6DFFED; }
span { border-color: rgb(109,255,237); }
td.TdClassName
{
border-color: #6DFFED;
}
.TagClassName
{
border-color: #6DFFED;
}
</style>