Shades of Baby Blue #6DFFFD
Tints of Baby Blue #6DFFFD
RGB
CMYK
RGB Variations
Color information
#6DFFFD (or 0x6DFFFD) is known color: Baby Blue. HEX triplet: 6D, FF and FD. RGB value is (109,255,253). Sum of RGB (Red+Green+Blue) = 109+255+253=617 (81% of max value = 765). Red value is 109 (42.97% from 255 or 17.67% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFFFD is #920002. Grayscale: #D2D2D2. Windows color (decimal): -9568259 or 16645997. OLE color: 16645997.
HSL color Cylindrical-coordinate representation of color #6DFFFD: hue angle of 179.18º 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 #6DFFFD is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 253 | - |
| CMYK | 0.57 | 0 | 0.01 | 0 |
| HSL | 179.18º | 1% | 0.71% | - |
| HSV(B) | 179.18º | 0.57% | 1% | - |
| XYZ | 59.8 | 81.86 | 105.58 | - |
| YUV | 211.12 | 151.63 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 253 | 0.57 | 0 | 0.01 | 0 | 179.18 | 1 | 0.71 |
| Hex | 6D | FF | FD | 39 | 0 | 1 | 0 | B3 | 64 | 47 |
| Octal | 155 | 377 | 375 | 71 | 0 | 1 | 0 | 263 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11111101 | 111001 | 0 | 1 | 0 | 10110011 | 1100100 | 1000111 |
Color Harmonies of #6DFFFD
Complementary color
Monochromatic Colors of #6DFFFD
Black with #6DFFFD
Text Example
Text Example
White with #6DFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFFD; }
p { color: rgb(109,255,253); }
H1.HeaderClassName
{
color: #6DFFFD;
}
.AnyTagClassName
{
color: #6DFFFD;
}
</style>
background-color css
<style>
a { background-color: #6DFFFD; }
a { background-color: rgb(109,255,253); }
div.DivClassName
{
background-color: #6DFFFD;
}
.BgClassName
{
background-color: #6DFFFD;
}
</style>
border-color css
<style>
span { border-color: #6DFFFD; }
span { border-color: rgb(109,255,253); }
td.TdClassName
{
border-color: #6DFFFD;
}
.TagClassName
{
border-color: #6DFFFD;
}
</style>