Shades of Baby Blue #6DFFF8
Tints of Baby Blue #6DFFF8
RGB
CMYK
RGB Variations
Color information
#6DFFF8 (or 0x6DFFF8) is known color: Baby Blue. HEX triplet: 6D, FF and F8. RGB value is (109,255,248). Sum of RGB (Red+Green+Blue) = 109+255+248=612 (81% of max value = 765). Red value is 109 (42.97% from 255 or 17.81% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFFF8 is #920007. Grayscale: #D2D2D2. Windows color (decimal): -9568264 or 16318317. OLE color: 16318317.
HSL color Cylindrical-coordinate representation of color #6DFFF8: hue angle of 177.12º 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 #6DFFF8 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 248 | - |
| CMYK | 0.57 | 0 | 0.03 | 0 |
| HSL | 177.12º | 1% | 0.71% | - |
| HSV(B) | 177.12º | 0.57% | 1% | - |
| XYZ | 59.01 | 81.55 | 101.44 | - |
| YUV | 210.55 | 149.13 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 248 | 0.57 | 0 | 0.03 | 0 | 177.12 | 1 | 0.71 |
| Hex | 6D | FF | F8 | 39 | 0 | 3 | 0 | B1 | 64 | 47 |
| Octal | 155 | 377 | 370 | 71 | 0 | 3 | 0 | 261 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11111000 | 111001 | 0 | 11 | 0 | 10110001 | 1100100 | 1000111 |
Color Harmonies of #6DFFF8
Complementary color
Monochromatic Colors of #6DFFF8
Black with #6DFFF8
Text Example
Text Example
White with #6DFFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFF8; }
p { color: rgb(109,255,248); }
H1.HeaderClassName
{
color: #6DFFF8;
}
.AnyTagClassName
{
color: #6DFFF8;
}
</style>
background-color css
<style>
a { background-color: #6DFFF8; }
a { background-color: rgb(109,255,248); }
div.DivClassName
{
background-color: #6DFFF8;
}
.BgClassName
{
background-color: #6DFFF8;
}
</style>
border-color css
<style>
span { border-color: #6DFFF8; }
span { border-color: rgb(109,255,248); }
td.TdClassName
{
border-color: #6DFFF8;
}
.TagClassName
{
border-color: #6DFFF8;
}
</style>