Shades of Baby Blue #6DFFEB
Tints of Baby Blue #6DFFEB
RGB
CMYK
RGB Variations
Color information
#6DFFEB (or 0x6DFFEB) is known color: Baby Blue. HEX triplet: 6D, FF and EB. RGB value is (109,255,235). Sum of RGB (Red+Green+Blue) = 109+255+235=599 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.20% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFFEB is #920014. Grayscale: #D0D0D0. Windows color (decimal): -9568277 or 15466349. OLE color: 15466349.
HSL color Cylindrical-coordinate representation of color #6DFFEB: hue angle of 171.78º 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 #6DFFEB is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 235 | - |
| CMYK | 0.57 | 0 | 0.08 | 0 |
| HSL | 171.78º | 1% | 0.71% | - |
| HSV(B) | 171.78º | 0.57% | 1% | - |
| XYZ | 57.06 | 80.77 | 91.18 | - |
| YUV | 209.07 | 142.63 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 235 | 0.57 | 0 | 0.08 | 0 | 171.78 | 1 | 0.71 |
| Hex | 6D | FF | EB | 39 | 0 | 8 | 0 | AC | 64 | 47 |
| Octal | 155 | 377 | 353 | 71 | 0 | 10 | 0 | 254 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11101011 | 111001 | 0 | 1000 | 0 | 10101100 | 1100100 | 1000111 |
Color Harmonies of #6DFFEB
Complementary color
Monochromatic Colors of #6DFFEB
Black with #6DFFEB
Text Example
Text Example
White with #6DFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFEB; }
p { color: rgb(109,255,235); }
H1.HeaderClassName
{
color: #6DFFEB;
}
.AnyTagClassName
{
color: #6DFFEB;
}
</style>
background-color css
<style>
a { background-color: #6DFFEB; }
a { background-color: rgb(109,255,235); }
div.DivClassName
{
background-color: #6DFFEB;
}
.BgClassName
{
background-color: #6DFFEB;
}
</style>
border-color css
<style>
span { border-color: #6DFFEB; }
span { border-color: rgb(109,255,235); }
td.TdClassName
{
border-color: #6DFFEB;
}
.TagClassName
{
border-color: #6DFFEB;
}
</style>