Shades of Baby Blue #6DFFF0
Tints of Baby Blue #6DFFF0
RGB
CMYK
RGB Variations
Color information
#6DFFF0 (or 0x6DFFF0) is known color: Baby Blue. HEX triplet: 6D, FF and F0. RGB value is (109,255,240). Sum of RGB (Red+Green+Blue) = 109+255+240=604 (80% of max value = 765). Red value is 109 (42.97% from 255 or 18.05% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFFF0 is #92000F. Grayscale: #D1D1D1. Windows color (decimal): -9568272 or 15794029. OLE color: 15794029.
HSL color Cylindrical-coordinate representation of color #6DFFF0: hue angle of 173.84º 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 #6DFFF0 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 240 | - |
| CMYK | 0.57 | 0 | 0.06 | 0 |
| HSL | 173.84º | 1% | 0.71% | - |
| HSV(B) | 173.84º | 0.57% | 1% | - |
| XYZ | 57.79 | 81.06 | 95.04 | - |
| YUV | 209.64 | 145.13 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 240 | 0.57 | 0 | 0.06 | 0 | 173.84 | 1 | 0.71 |
| Hex | 6D | FF | F0 | 39 | 0 | 6 | 0 | AE | 64 | 47 |
| Octal | 155 | 377 | 360 | 71 | 0 | 6 | 0 | 256 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11110000 | 111001 | 0 | 110 | 0 | 10101110 | 1100100 | 1000111 |
Color Harmonies of #6DFFF0
Complementary color
Monochromatic Colors of #6DFFF0
Black with #6DFFF0
Text Example
Text Example
White with #6DFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFF0; }
p { color: rgb(109,255,240); }
H1.HeaderClassName
{
color: #6DFFF0;
}
.AnyTagClassName
{
color: #6DFFF0;
}
</style>
background-color css
<style>
a { background-color: #6DFFF0; }
a { background-color: rgb(109,255,240); }
div.DivClassName
{
background-color: #6DFFF0;
}
.BgClassName
{
background-color: #6DFFF0;
}
</style>
border-color css
<style>
span { border-color: #6DFFF0; }
span { border-color: rgb(109,255,240); }
td.TdClassName
{
border-color: #6DFFF0;
}
.TagClassName
{
border-color: #6DFFF0;
}
</style>