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