Shades of Baby Blue #6DFAEC
Tints of Baby Blue #6DFAEC
RGB
CMYK
RGB Variations
Color information
#6DFAEC (or 0x6DFAEC) is known color: Baby Blue. HEX triplet: 6D, FA and EC. RGB value is (109,250,236). Sum of RGB (Red+Green+Blue) = 109+250+236=595 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.32% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFAEC is #920513. Grayscale: #CECECE. Windows color (decimal): -9569556 or 15530605. OLE color: 15530605.
HSL color Cylindrical-coordinate representation of color #6DFAEC: hue angle of 174.04º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DFAEC is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 250 | 236 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.02 |
| HSL | 174.04º | 0.93% | 0.7% | - |
| HSV(B) | 174.04º | 0.56% | 0.98% | - |
| XYZ | 55.63 | 77.68 | 91.42 | - |
| YUV | 206.25 | 144.79 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 250 | 236 | 0.56 | 0 | 0.06 | 0.02 | 174.04 | 0.93 | 0.7 |
| Hex | 6D | FA | EC | 38 | 0 | 6 | 2 | AE | 5D | 46 |
| Octal | 155 | 372 | 354 | 70 | 0 | 6 | 2 | 256 | 135 | 106 |
| Binary | 1101101 | 11111010 | 11101100 | 111000 | 0 | 110 | 10 | 10101110 | 1011101 | 1000110 |
Color Harmonies of #6DFAEC
Complementary color
Monochromatic Colors of #6DFAEC
Black with #6DFAEC
Text Example
Text Example
White with #6DFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFAEC; }
p { color: rgb(109,250,236); }
H1.HeaderClassName
{
color: #6DFAEC;
}
.AnyTagClassName
{
color: #6DFAEC;
}
</style>
background-color css
<style>
a { background-color: #6DFAEC; }
a { background-color: rgb(109,250,236); }
div.DivClassName
{
background-color: #6DFAEC;
}
.BgClassName
{
background-color: #6DFAEC;
}
</style>
border-color css
<style>
span { border-color: #6DFAEC; }
span { border-color: rgb(109,250,236); }
td.TdClassName
{
border-color: #6DFAEC;
}
.TagClassName
{
border-color: #6DFAEC;
}
</style>