Shades of Baby Blue #6DEDFC
Tints of Baby Blue #6DEDFC
RGB
CMYK
RGB Variations
Color information
#6DEDFC (or 0x6DEDFC) is known color: Baby Blue. HEX triplet: 6D, ED and FC. RGB value is (109,237,252). Sum of RGB (Red+Green+Blue) = 109+237+252=598 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.23% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DEDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEDFC is #921203. Grayscale: #C8C8C8. Windows color (decimal): -9572868 or 16575853. OLE color: 16575853.
HSL color Cylindrical-coordinate representation of color #6DEDFC: hue angle of 186.29º 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 #6DEDFC is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 237 | 252 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.01 |
| HSL | 186.29º | 0.96% | 0.71% | - |
| HSV(B) | 186.29º | 0.57% | 0.99% | - |
| XYZ | 54.16 | 70.85 | 102.92 | - |
| YUV | 200.44 | 157.09 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 252 | 0.57 | 0.06 | 0 | 0.01 | 186.29 | 0.96 | 0.71 |
| Hex | 6D | ED | FC | 39 | 6 | 0 | 1 | BA | 60 | 47 |
| Octal | 155 | 355 | 374 | 71 | 6 | 0 | 1 | 272 | 140 | 107 |
| Binary | 1101101 | 11101101 | 11111100 | 111001 | 110 | 0 | 1 | 10111010 | 1100000 | 1000111 |
Color Harmonies of #6DEDFC
Complementary color
Monochromatic Colors of #6DEDFC
Black with #6DEDFC
Text Example
Text Example
White with #6DEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDFC; }
p { color: rgb(109,237,252); }
H1.HeaderClassName
{
color: #6DEDFC;
}
.AnyTagClassName
{
color: #6DEDFC;
}
</style>
background-color css
<style>
a { background-color: #6DEDFC; }
a { background-color: rgb(109,237,252); }
div.DivClassName
{
background-color: #6DEDFC;
}
.BgClassName
{
background-color: #6DEDFC;
}
</style>
border-color css
<style>
span { border-color: #6DEDFC; }
span { border-color: rgb(109,237,252); }
td.TdClassName
{
border-color: #6DEDFC;
}
.TagClassName
{
border-color: #6DEDFC;
}
</style>