Shades of Baby Blue #6FF1EC
Tints of Baby Blue #6FF1EC
RGB
CMYK
RGB Variations
Color information
#6FF1EC (or 0x6FF1EC) is known color: Baby Blue. HEX triplet: 6F, F1 and EC. RGB value is (111,241,236). Sum of RGB (Red+Green+Blue) = 111+241+236=588 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.88% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF1EC is #900E13. Grayscale: #C9C9C9. Windows color (decimal): -9440788 or 15528303. OLE color: 15528303.
HSL color Cylindrical-coordinate representation of color #6FF1EC: hue angle of 177.69º 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 #6FF1EC is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 241 | 236 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.05 |
| HSL | 177.69º | 0.82% | 0.69% | - |
| HSV(B) | 177.69º | 0.54% | 0.95% | - |
| XYZ | 53.15 | 72.35 | 90.52 | - |
| YUV | 201.56 | 147.43 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 241 | 236 | 0.54 | 0 | 0.02 | 0.05 | 177.69 | 0.82 | 0.69 |
| Hex | 6F | F1 | EC | 36 | 0 | 2 | 5 | B2 | 52 | 45 |
| Octal | 157 | 361 | 354 | 66 | 0 | 2 | 5 | 262 | 122 | 105 |
| Binary | 1101111 | 11110001 | 11101100 | 110110 | 0 | 10 | 101 | 10110010 | 1010010 | 1000101 |
Color Harmonies of #6FF1EC
Complementary color
Monochromatic Colors of #6FF1EC
Black with #6FF1EC
Text Example
Text Example
White with #6FF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF1EC; }
p { color: rgb(111,241,236); }
H1.HeaderClassName
{
color: #6FF1EC;
}
.AnyTagClassName
{
color: #6FF1EC;
}
</style>
background-color css
<style>
a { background-color: #6FF1EC; }
a { background-color: rgb(111,241,236); }
div.DivClassName
{
background-color: #6FF1EC;
}
.BgClassName
{
background-color: #6FF1EC;
}
</style>
border-color css
<style>
span { border-color: #6FF1EC; }
span { border-color: rgb(111,241,236); }
td.TdClassName
{
border-color: #6FF1EC;
}
.TagClassName
{
border-color: #6FF1EC;
}
</style>