Shades of Baby Blue #6CF1EC
Tints of Baby Blue #6CF1EC
RGB
CMYK
RGB Variations
Color information
#6CF1EC (or 0x6CF1EC) is known color: Baby Blue. HEX triplet: 6C, F1 and EC. RGB value is (108,241,236). Sum of RGB (Red+Green+Blue) = 108+241+236=585 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.46% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF1EC is #930E13. Grayscale: #C8C8C8. Windows color (decimal): -9637396 or 15528300. OLE color: 15528300.
HSL color Cylindrical-coordinate representation of color #6CF1EC: hue angle of 177.74º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF1EC is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 236 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.05 |
| HSL | 177.74º | 0.83% | 0.68% | - |
| HSV(B) | 177.74º | 0.55% | 0.95% | - |
| XYZ | 52.78 | 72.15 | 90.5 | - |
| YUV | 200.66 | 147.94 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 236 | 0.55 | 0 | 0.02 | 0.05 | 177.74 | 0.83 | 0.68 |
| Hex | 6C | F1 | EC | 37 | 0 | 2 | 5 | B2 | 53 | 44 |
| Octal | 154 | 361 | 354 | 67 | 0 | 2 | 5 | 262 | 123 | 104 |
| Binary | 1101100 | 11110001 | 11101100 | 110111 | 0 | 10 | 101 | 10110010 | 1010011 | 1000100 |
Color Harmonies of #6CF1EC
Complementary color
Monochromatic Colors of #6CF1EC
Black with #6CF1EC
Text Example
Text Example
White with #6CF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF1EC; }
p { color: rgb(108,241,236); }
H1.HeaderClassName
{
color: #6CF1EC;
}
.AnyTagClassName
{
color: #6CF1EC;
}
</style>
background-color css
<style>
a { background-color: #6CF1EC; }
a { background-color: rgb(108,241,236); }
div.DivClassName
{
background-color: #6CF1EC;
}
.BgClassName
{
background-color: #6CF1EC;
}
</style>
border-color css
<style>
span { border-color: #6CF1EC; }
span { border-color: rgb(108,241,236); }
td.TdClassName
{
border-color: #6CF1EC;
}
.TagClassName
{
border-color: #6CF1EC;
}
</style>