Shades of Baby Blue #6DECFC
Tints of Baby Blue #6DECFC
RGB
CMYK
RGB Variations
Color information
#6DECFC (or 0x6DECFC) is known color: Baby Blue. HEX triplet: 6D, EC and FC. RGB value is (109,236,252). Sum of RGB (Red+Green+Blue) = 109+236+252=597 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.26% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DECFC is #921303. Grayscale: #C7C7C7. Windows color (decimal): -9573124 or 16575597. OLE color: 16575597.
HSL color Cylindrical-coordinate representation of color #6DECFC: hue angle of 186.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DECFC is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 236 | 252 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.01 |
| HSL | 186.71º | 0.96% | 0.71% | - |
| HSV(B) | 186.71º | 0.57% | 0.99% | - |
| XYZ | 53.87 | 70.27 | 102.82 | - |
| YUV | 199.85 | 157.42 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 252 | 0.57 | 0.06 | 0 | 0.01 | 186.71 | 0.96 | 0.71 |
| Hex | 6D | EC | FC | 39 | 6 | 0 | 1 | BB | 60 | 47 |
| Octal | 155 | 354 | 374 | 71 | 6 | 0 | 1 | 273 | 140 | 107 |
| Binary | 1101101 | 11101100 | 11111100 | 111001 | 110 | 0 | 1 | 10111011 | 1100000 | 1000111 |
Color Harmonies of #6DECFC
Complementary color
Monochromatic Colors of #6DECFC
Black with #6DECFC
Text Example
Text Example
White with #6DECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DECFC; }
p { color: rgb(109,236,252); }
H1.HeaderClassName
{
color: #6DECFC;
}
.AnyTagClassName
{
color: #6DECFC;
}
</style>
background-color css
<style>
a { background-color: #6DECFC; }
a { background-color: rgb(109,236,252); }
div.DivClassName
{
background-color: #6DECFC;
}
.BgClassName
{
background-color: #6DECFC;
}
</style>
border-color css
<style>
span { border-color: #6DECFC; }
span { border-color: rgb(109,236,252); }
td.TdClassName
{
border-color: #6DECFC;
}
.TagClassName
{
border-color: #6DECFC;
}
</style>