Shades of Baby Blue #67F0EC
Tints of Baby Blue #67F0EC
RGB
CMYK
RGB Variations
Color information
#67F0EC (or 0x67F0EC) is known color: Baby Blue. HEX triplet: 67, F0 and EC. RGB value is (103,240,236). Sum of RGB (Red+Green+Blue) = 103+240+236=579 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.79% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #67F0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67F0EC is #980F13. Grayscale: #C6C6C6. Windows color (decimal): -9965332 or 15528039. OLE color: 15528039.
HSL color Cylindrical-coordinate representation of color #67F0EC: hue angle of 178.25º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F0EC is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 240 | 236 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.06 |
| HSL | 178.25º | 0.82% | 0.67% | - |
| HSV(B) | 178.25º | 0.57% | 0.94% | - |
| XYZ | 51.89 | 71.26 | 90.38 | - |
| YUV | 198.58 | 149.11 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 240 | 236 | 0.57 | 0 | 0.02 | 0.06 | 178.25 | 0.82 | 0.67 |
| Hex | 67 | F0 | EC | 39 | 0 | 2 | 6 | B2 | 52 | 43 |
| Octal | 147 | 360 | 354 | 71 | 0 | 2 | 6 | 262 | 122 | 103 |
| Binary | 1100111 | 11110000 | 11101100 | 111001 | 0 | 10 | 110 | 10110010 | 1010010 | 1000011 |
Color Harmonies of #67F0EC
Complementary color
Monochromatic Colors of #67F0EC
Black with #67F0EC
Text Example
Text Example
White with #67F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F0EC; }
p { color: rgb(103,240,236); }
H1.HeaderClassName
{
color: #67F0EC;
}
.AnyTagClassName
{
color: #67F0EC;
}
</style>
background-color css
<style>
a { background-color: #67F0EC; }
a { background-color: rgb(103,240,236); }
div.DivClassName
{
background-color: #67F0EC;
}
.BgClassName
{
background-color: #67F0EC;
}
</style>
border-color css
<style>
span { border-color: #67F0EC; }
span { border-color: rgb(103,240,236); }
td.TdClassName
{
border-color: #67F0EC;
}
.TagClassName
{
border-color: #67F0EC;
}
</style>