Shades of Baby Blue #6DFEF8
Tints of Baby Blue #6DFEF8
RGB
CMYK
RGB Variations
Color information
#6DFEF8 (or 0x6DFEF8) is known color: Baby Blue. HEX triplet: 6D, FE and F8. RGB value is (109,254,248). Sum of RGB (Red+Green+Blue) = 109+254+248=611 (80% of max value = 765). Red value is 109 (42.97% from 255 or 17.84% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #6DFEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFEF8 is #920107. Grayscale: #D1D1D1. Windows color (decimal): -9568520 or 16318061. OLE color: 16318061.
HSL color Cylindrical-coordinate representation of color #6DFEF8: hue angle of 177.52º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFEF8 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 254 | 248 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.00 |
| HSL | 177.52º | 0.99% | 0.71% | - |
| HSV(B) | 177.52º | 0.57% | 1% | - |
| XYZ | 58.69 | 80.91 | 101.33 | - |
| YUV | 209.96 | 149.46 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 254 | 248 | 0.57 | 0 | 0.02 | 0.00 | 177.52 | 0.99 | 0.71 |
| Hex | 6D | FE | F8 | 39 | 0 | 2 | 0 | B2 | 63 | 47 |
| Octal | 155 | 376 | 370 | 71 | 0 | 2 | 0 | 262 | 143 | 107 |
| Binary | 1101101 | 11111110 | 11111000 | 111001 | 0 | 10 | 0 | 10110010 | 1100011 | 1000111 |
Color Harmonies of #6DFEF8
Complementary color
Monochromatic Colors of #6DFEF8
Black with #6DFEF8
Text Example
Text Example
White with #6DFEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFEF8; }
p { color: rgb(109,254,248); }
H1.HeaderClassName
{
color: #6DFEF8;
}
.AnyTagClassName
{
color: #6DFEF8;
}
</style>
background-color css
<style>
a { background-color: #6DFEF8; }
a { background-color: rgb(109,254,248); }
div.DivClassName
{
background-color: #6DFEF8;
}
.BgClassName
{
background-color: #6DFEF8;
}
</style>
border-color css
<style>
span { border-color: #6DFEF8; }
span { border-color: rgb(109,254,248); }
td.TdClassName
{
border-color: #6DFEF8;
}
.TagClassName
{
border-color: #6DFEF8;
}
</style>