Shades of Baby Blue #6CF5EC
Tints of Baby Blue #6CF5EC
RGB
CMYK
RGB Variations
Color information
#6CF5EC (or 0x6CF5EC) is known color: Baby Blue. HEX triplet: 6C, F5 and EC. RGB value is (108,245,236). Sum of RGB (Red+Green+Blue) = 108+245+236=589 (78% of max value = 765). Red value is 108 (42.58% from 255 or 18.34% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #6CF5EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF5EC is #930A13. Grayscale: #CACACA. Windows color (decimal): -9636372 or 15529324. OLE color: 15529324.
HSL color Cylindrical-coordinate representation of color #6CF5EC: hue angle of 176.06º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF5EC is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 245 | 236 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.04 |
| HSL | 176.06º | 0.87% | 0.69% | - |
| HSV(B) | 176.06º | 0.56% | 0.96% | - |
| XYZ | 53.98 | 74.55 | 90.9 | - |
| YUV | 203.01 | 146.61 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 245 | 236 | 0.56 | 0 | 0.04 | 0.04 | 176.06 | 0.87 | 0.69 |
| Hex | 6C | F5 | EC | 38 | 0 | 4 | 4 | B0 | 57 | 45 |
| Octal | 154 | 365 | 354 | 70 | 0 | 4 | 4 | 260 | 127 | 105 |
| Binary | 1101100 | 11110101 | 11101100 | 111000 | 0 | 100 | 100 | 10110000 | 1010111 | 1000101 |
Color Harmonies of #6CF5EC
Complementary color
Monochromatic Colors of #6CF5EC
Black with #6CF5EC
Text Example
Text Example
White with #6CF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF5EC; }
p { color: rgb(108,245,236); }
H1.HeaderClassName
{
color: #6CF5EC;
}
.AnyTagClassName
{
color: #6CF5EC;
}
</style>
background-color css
<style>
a { background-color: #6CF5EC; }
a { background-color: rgb(108,245,236); }
div.DivClassName
{
background-color: #6CF5EC;
}
.BgClassName
{
background-color: #6CF5EC;
}
</style>
border-color css
<style>
span { border-color: #6CF5EC; }
span { border-color: rgb(108,245,236); }
td.TdClassName
{
border-color: #6CF5EC;
}
.TagClassName
{
border-color: #6CF5EC;
}
</style>