Shades of Baby Blue #6EF1EC
Tints of Baby Blue #6EF1EC
RGB
CMYK
RGB Variations
Color information
#6EF1EC (or 0x6EF1EC) is known color: Baby Blue. HEX triplet: 6E, F1 and EC. RGB value is (110,241,236). Sum of RGB (Red+Green+Blue) = 110+241+236=587 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.74% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF1EC is #910E13. Grayscale: #C9C9C9. Windows color (decimal): -9506324 or 15528302. OLE color: 15528302.
HSL color Cylindrical-coordinate representation of color #6EF1EC: hue angle of 177.71º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EF1EC is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 241 | 236 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.05 |
| HSL | 177.71º | 0.82% | 0.69% | - |
| HSV(B) | 177.71º | 0.54% | 0.95% | - |
| XYZ | 53.03 | 72.28 | 90.51 | - |
| YUV | 201.26 | 147.6 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 241 | 236 | 0.54 | 0 | 0.02 | 0.05 | 177.71 | 0.82 | 0.69 |
| Hex | 6E | F1 | EC | 36 | 0 | 2 | 5 | B2 | 52 | 45 |
| Octal | 156 | 361 | 354 | 66 | 0 | 2 | 5 | 262 | 122 | 105 |
| Binary | 1101110 | 11110001 | 11101100 | 110110 | 0 | 10 | 101 | 10110010 | 1010010 | 1000101 |
Color Harmonies of #6EF1EC
Complementary color
Monochromatic Colors of #6EF1EC
Black with #6EF1EC
Text Example
Text Example
White with #6EF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF1EC; }
p { color: rgb(110,241,236); }
H1.HeaderClassName
{
color: #6EF1EC;
}
.AnyTagClassName
{
color: #6EF1EC;
}
</style>
background-color css
<style>
a { background-color: #6EF1EC; }
a { background-color: rgb(110,241,236); }
div.DivClassName
{
background-color: #6EF1EC;
}
.BgClassName
{
background-color: #6EF1EC;
}
</style>
border-color css
<style>
span { border-color: #6EF1EC; }
span { border-color: rgb(110,241,236); }
td.TdClassName
{
border-color: #6EF1EC;
}
.TagClassName
{
border-color: #6EF1EC;
}
</style>