Shades of Baby Blue #6DFDEB
Tints of Baby Blue #6DFDEB
RGB
CMYK
RGB Variations
Color information
#6DFDEB (or 0x6DFDEB) is known color: Baby Blue. HEX triplet: 6D, FD and EB. RGB value is (109,253,235). Sum of RGB (Red+Green+Blue) = 109+253+235=597 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.26% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFDEB is #920214. Grayscale: #CFCFCF. Windows color (decimal): -9568789 or 15465837. OLE color: 15465837.
HSL color Cylindrical-coordinate representation of color #6DFDEB: hue angle of 172.5º 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 #6DFDEB is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 253 | 235 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.01 |
| HSL | 172.5º | 0.97% | 0.71% | - |
| HSV(B) | 172.5º | 0.57% | 0.99% | - |
| XYZ | 56.43 | 79.5 | 90.97 | - |
| YUV | 207.89 | 143.29 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 235 | 0.57 | 0 | 0.07 | 0.01 | 172.5 | 0.97 | 0.71 |
| Hex | 6D | FD | EB | 39 | 0 | 7 | 1 | AC | 61 | 47 |
| Octal | 155 | 375 | 353 | 71 | 0 | 7 | 1 | 254 | 141 | 107 |
| Binary | 1101101 | 11111101 | 11101011 | 111001 | 0 | 111 | 1 | 10101100 | 1100001 | 1000111 |
Color Harmonies of #6DFDEB
Complementary color
Monochromatic Colors of #6DFDEB
Black with #6DFDEB
Text Example
Text Example
White with #6DFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFDEB; }
p { color: rgb(109,253,235); }
H1.HeaderClassName
{
color: #6DFDEB;
}
.AnyTagClassName
{
color: #6DFDEB;
}
</style>
background-color css
<style>
a { background-color: #6DFDEB; }
a { background-color: rgb(109,253,235); }
div.DivClassName
{
background-color: #6DFDEB;
}
.BgClassName
{
background-color: #6DFDEB;
}
</style>
border-color css
<style>
span { border-color: #6DFDEB; }
span { border-color: rgb(109,253,235); }
td.TdClassName
{
border-color: #6DFDEB;
}
.TagClassName
{
border-color: #6DFDEB;
}
</style>