Shades of Baby Blue #6CF1ED
Tints of Baby Blue #6CF1ED
RGB
CMYK
RGB Variations
Color information
#6CF1ED (or 0x6CF1ED) is known color: Baby Blue. HEX triplet: 6C, F1 and ED. RGB value is (108,241,237). Sum of RGB (Red+Green+Blue) = 108+241+237=586 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.43% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF1ED is #930E12. Grayscale: #C8C8C8. Windows color (decimal): -9637395 or 15593836. OLE color: 15593836.
HSL color Cylindrical-coordinate representation of color #6CF1ED: hue angle of 178.2º 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 #6CF1ED is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 237 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.05 |
| HSL | 178.2º | 0.83% | 0.68% | - |
| HSV(B) | 178.2º | 0.55% | 0.95% | - |
| XYZ | 52.93 | 72.21 | 91.27 | - |
| YUV | 200.78 | 148.44 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 237 | 0.55 | 0 | 0.02 | 0.05 | 178.2 | 0.83 | 0.68 |
| Hex | 6C | F1 | ED | 37 | 0 | 2 | 5 | B2 | 53 | 44 |
| Octal | 154 | 361 | 355 | 67 | 0 | 2 | 5 | 262 | 123 | 104 |
| Binary | 1101100 | 11110001 | 11101101 | 110111 | 0 | 10 | 101 | 10110010 | 1010011 | 1000100 |
Color Harmonies of #6CF1ED
Complementary color
Monochromatic Colors of #6CF1ED
Black with #6CF1ED
Text Example
Text Example
White with #6CF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF1ED; }
p { color: rgb(108,241,237); }
H1.HeaderClassName
{
color: #6CF1ED;
}
.AnyTagClassName
{
color: #6CF1ED;
}
</style>
background-color css
<style>
a { background-color: #6CF1ED; }
a { background-color: rgb(108,241,237); }
div.DivClassName
{
background-color: #6CF1ED;
}
.BgClassName
{
background-color: #6CF1ED;
}
</style>
border-color css
<style>
span { border-color: #6CF1ED; }
span { border-color: rgb(108,241,237); }
td.TdClassName
{
border-color: #6CF1ED;
}
.TagClassName
{
border-color: #6CF1ED;
}
</style>