Shades of Baby Blue #67F7EC
Tints of Baby Blue #67F7EC
RGB
CMYK
RGB Variations
Color information
#67F7EC (or 0x67F7EC) is known color: Baby Blue. HEX triplet: 67, F7 and EC. RGB value is (103,247,236). Sum of RGB (Red+Green+Blue) = 103+247+236=586 (77% of max value = 765). Red value is 103 (40.62% from 255 or 17.58% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 247 - color contains mainly: green. Hex color #67F7EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67F7EC is #980813. Grayscale: #CACACA. Windows color (decimal): -9963540 or 15529831. OLE color: 15529831.
HSL color Cylindrical-coordinate representation of color #67F7EC: hue angle of 175.42º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67F7EC is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 103 | 247 | 236 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.03 |
| HSL | 175.42º | 0.9% | 0.69% | - |
| HSV(B) | 175.42º | 0.58% | 0.97% | - |
| XYZ | 53.99 | 75.46 | 91.08 | - |
| YUV | 202.69 | 146.79 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 247 | 236 | 0.58 | 0 | 0.04 | 0.03 | 175.42 | 0.9 | 0.69 |
| Hex | 67 | F7 | EC | 3A | 0 | 4 | 3 | AF | 5A | 45 |
| Octal | 147 | 367 | 354 | 72 | 0 | 4 | 3 | 257 | 132 | 105 |
| Binary | 1100111 | 11110111 | 11101100 | 111010 | 0 | 100 | 11 | 10101111 | 1011010 | 1000101 |
Color Harmonies of #67F7EC
Complementary color
Monochromatic Colors of #67F7EC
Black with #67F7EC
Text Example
Text Example
White with #67F7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F7EC; }
p { color: rgb(103,247,236); }
H1.HeaderClassName
{
color: #67F7EC;
}
.AnyTagClassName
{
color: #67F7EC;
}
</style>
background-color css
<style>
a { background-color: #67F7EC; }
a { background-color: rgb(103,247,236); }
div.DivClassName
{
background-color: #67F7EC;
}
.BgClassName
{
background-color: #67F7EC;
}
</style>
border-color css
<style>
span { border-color: #67F7EC; }
span { border-color: rgb(103,247,236); }
td.TdClassName
{
border-color: #67F7EC;
}
.TagClassName
{
border-color: #67F7EC;
}
</style>