Shades of Baby Blue #67ECFF
Tints of Baby Blue #67ECFF
RGB
CMYK
RGB Variations
Color information
#67ECFF (or 0x67ECFF) is known color: Baby Blue. HEX triplet: 67, EC and FF. RGB value is (103,236,255). Sum of RGB (Red+Green+Blue) = 103+236+255=594 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.34% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #67ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67ECFF is #981300. Grayscale: #C6C6C6. Windows color (decimal): -9966337 or 16772199. OLE color: 16772199.
HSL color Cylindrical-coordinate representation of color #67ECFF: hue angle of 187.5º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67ECFF is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 236 | 255 | - |
| CMYK | 0.60 | 0.07 | 0 | 0 |
| HSL | 187.5º | 1% | 0.7% | - |
| HSV(B) | 187.5º | 0.6% | 1% | - |
| XYZ | 53.64 | 70.09 | 105.31 | - |
| YUV | 198.4 | 159.94 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 255 | 0.60 | 0.07 | 0 | 0 | 187.5 | 1 | 0.7 |
| Hex | 67 | EC | FF | 3C | 7 | 0 | 0 | BC | 64 | 46 |
| Octal | 147 | 354 | 377 | 74 | 7 | 0 | 0 | 274 | 144 | 106 |
| Binary | 1100111 | 11101100 | 11111111 | 111100 | 111 | 0 | 0 | 10111100 | 1100100 | 1000110 |
Color Harmonies of #67ECFF
Complementary color
Monochromatic Colors of #67ECFF
Black with #67ECFF
Text Example
Text Example
White with #67ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ECFF; }
p { color: rgb(103,236,255); }
H1.HeaderClassName
{
color: #67ECFF;
}
.AnyTagClassName
{
color: #67ECFF;
}
</style>
background-color css
<style>
a { background-color: #67ECFF; }
a { background-color: rgb(103,236,255); }
div.DivClassName
{
background-color: #67ECFF;
}
.BgClassName
{
background-color: #67ECFF;
}
</style>
border-color css
<style>
span { border-color: #67ECFF; }
span { border-color: rgb(103,236,255); }
td.TdClassName
{
border-color: #67ECFF;
}
.TagClassName
{
border-color: #67ECFF;
}
</style>