Shades of Baby Blue #6CF0EC
Tints of Baby Blue #6CF0EC
RGB
CMYK
RGB Variations
Color information
#6CF0EC (or 0x6CF0EC) is known color: Baby Blue. HEX triplet: 6C, F0 and EC. RGB value is (108,240,236). Sum of RGB (Red+Green+Blue) = 108+240+236=584 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.49% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF0EC is #930F13. Grayscale: #C7C7C7. Windows color (decimal): -9637652 or 15528044. OLE color: 15528044.
HSL color Cylindrical-coordinate representation of color #6CF0EC: hue angle of 178.18º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF0EC is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 236 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.06 |
| HSL | 178.18º | 0.81% | 0.68% | - |
| HSV(B) | 178.18º | 0.55% | 0.94% | - |
| XYZ | 52.48 | 71.56 | 90.4 | - |
| YUV | 200.08 | 148.27 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 236 | 0.55 | 0 | 0.02 | 0.06 | 178.18 | 0.81 | 0.68 |
| Hex | 6C | F0 | EC | 37 | 0 | 2 | 6 | B2 | 51 | 44 |
| Octal | 154 | 360 | 354 | 67 | 0 | 2 | 6 | 262 | 121 | 104 |
| Binary | 1101100 | 11110000 | 11101100 | 110111 | 0 | 10 | 110 | 10110010 | 1010001 | 1000100 |
Color Harmonies of #6CF0EC
Complementary color
Monochromatic Colors of #6CF0EC
Black with #6CF0EC
Text Example
Text Example
White with #6CF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF0EC; }
p { color: rgb(108,240,236); }
H1.HeaderClassName
{
color: #6CF0EC;
}
.AnyTagClassName
{
color: #6CF0EC;
}
</style>
background-color css
<style>
a { background-color: #6CF0EC; }
a { background-color: rgb(108,240,236); }
div.DivClassName
{
background-color: #6CF0EC;
}
.BgClassName
{
background-color: #6CF0EC;
}
</style>
border-color css
<style>
span { border-color: #6CF0EC; }
span { border-color: rgb(108,240,236); }
td.TdClassName
{
border-color: #6CF0EC;
}
.TagClassName
{
border-color: #6CF0EC;
}
</style>