Shades of Baby Blue #6DF8F0
Tints of Baby Blue #6DF8F0
RGB
CMYK
RGB Variations
Color information
#6DF8F0 (or 0x6DF8F0) is known color: Baby Blue. HEX triplet: 6D, F8 and F0. RGB value is (109,248,240). Sum of RGB (Red+Green+Blue) = 109+248+240=597 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.26% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #6DF8F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF8F0 is #92070F. Grayscale: #CDCDCD. Windows color (decimal): -9570064 or 15792237. OLE color: 15792237.
HSL color Cylindrical-coordinate representation of color #6DF8F0: hue angle of 176.55º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DF8F0 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 109 | 248 | 240 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.03 |
| HSL | 176.55º | 0.91% | 0.7% | - |
| HSV(B) | 176.55º | 0.56% | 0.97% | - |
| XYZ | 55.6 | 76.68 | 94.31 | - |
| YUV | 205.53 | 147.45 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 248 | 240 | 0.56 | 0 | 0.03 | 0.03 | 176.55 | 0.91 | 0.7 |
| Hex | 6D | F8 | F0 | 38 | 0 | 3 | 3 | B1 | 5B | 46 |
| Octal | 155 | 370 | 360 | 70 | 0 | 3 | 3 | 261 | 133 | 106 |
| Binary | 1101101 | 11111000 | 11110000 | 111000 | 0 | 11 | 11 | 10110001 | 1011011 | 1000110 |
Color Harmonies of #6DF8F0
Complementary color
Monochromatic Colors of #6DF8F0
Black with #6DF8F0
Text Example
Text Example
White with #6DF8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF8F0; }
p { color: rgb(109,248,240); }
H1.HeaderClassName
{
color: #6DF8F0;
}
.AnyTagClassName
{
color: #6DF8F0;
}
</style>
background-color css
<style>
a { background-color: #6DF8F0; }
a { background-color: rgb(109,248,240); }
div.DivClassName
{
background-color: #6DF8F0;
}
.BgClassName
{
background-color: #6DF8F0;
}
</style>
border-color css
<style>
span { border-color: #6DF8F0; }
span { border-color: rgb(109,248,240); }
td.TdClassName
{
border-color: #6DF8F0;
}
.TagClassName
{
border-color: #6DF8F0;
}
</style>