Shades of Baby Blue #6DFDEC
Tints of Baby Blue #6DFDEC
RGB
CMYK
RGB Variations
Color information
#6DFDEC (or 0x6DFDEC) is known color: Baby Blue. HEX triplet: 6D, FD and EC. RGB value is (109,253,236). Sum of RGB (Red+Green+Blue) = 109+253+236=598 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.23% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFDEC is #920213. Grayscale: #CFCFCF. Windows color (decimal): -9568788 or 15531373. OLE color: 15531373.
HSL color Cylindrical-coordinate representation of color #6DFDEC: hue angle of 172.92º degrees, saturation: 0.97, 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 #6DFDEC is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 253 | 236 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.01 |
| HSL | 172.92º | 0.97% | 0.71% | - |
| HSV(B) | 172.92º | 0.57% | 0.99% | - |
| XYZ | 56.57 | 79.56 | 91.73 | - |
| YUV | 208.01 | 143.79 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 236 | 0.57 | 0 | 0.07 | 0.01 | 172.92 | 0.97 | 0.71 |
| Hex | 6D | FD | EC | 39 | 0 | 7 | 1 | AD | 61 | 47 |
| Octal | 155 | 375 | 354 | 71 | 0 | 7 | 1 | 255 | 141 | 107 |
| Binary | 1101101 | 11111101 | 11101100 | 111001 | 0 | 111 | 1 | 10101101 | 1100001 | 1000111 |
Color Harmonies of #6DFDEC
Complementary color
Monochromatic Colors of #6DFDEC
Black with #6DFDEC
Text Example
Text Example
White with #6DFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFDEC; }
p { color: rgb(109,253,236); }
H1.HeaderClassName
{
color: #6DFDEC;
}
.AnyTagClassName
{
color: #6DFDEC;
}
</style>
background-color css
<style>
a { background-color: #6DFDEC; }
a { background-color: rgb(109,253,236); }
div.DivClassName
{
background-color: #6DFDEC;
}
.BgClassName
{
background-color: #6DFDEC;
}
</style>
border-color css
<style>
span { border-color: #6DFDEC; }
span { border-color: rgb(109,253,236); }
td.TdClassName
{
border-color: #6DFDEC;
}
.TagClassName
{
border-color: #6DFDEC;
}
</style>