Shades of Baby Blue #67FFEB
Tints of Baby Blue #67FFEB
RGB
CMYK
RGB Variations
Color information
#67FFEB (or 0x67FFEB) is known color: Baby Blue. HEX triplet: 67, FF and EB. RGB value is (103,255,235). Sum of RGB (Red+Green+Blue) = 103+255+235=593 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.37% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #67FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FFEB is #980014. Grayscale: #CFCFCF. Windows color (decimal): -9961493 or 15466343. OLE color: 15466343.
HSL color Cylindrical-coordinate representation of color #67FFEB: hue angle of 172.11º 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 #67FFEB is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 255 | 235 | - |
| CMYK | 0.60 | 0 | 0.08 | 0 |
| HSL | 172.11º | 1% | 0.7% | - |
| HSV(B) | 172.11º | 0.6% | 1% | - |
| XYZ | 56.35 | 80.4 | 91.15 | - |
| YUV | 207.27 | 143.64 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 255 | 235 | 0.60 | 0 | 0.08 | 0 | 172.11 | 1 | 0.7 |
| Hex | 67 | FF | EB | 3C | 0 | 8 | 0 | AC | 64 | 46 |
| Octal | 147 | 377 | 353 | 74 | 0 | 10 | 0 | 254 | 144 | 106 |
| Binary | 1100111 | 11111111 | 11101011 | 111100 | 0 | 1000 | 0 | 10101100 | 1100100 | 1000110 |
Color Harmonies of #67FFEB
Complementary color
Monochromatic Colors of #67FFEB
Black with #67FFEB
Text Example
Text Example
White with #67FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FFEB; }
p { color: rgb(103,255,235); }
H1.HeaderClassName
{
color: #67FFEB;
}
.AnyTagClassName
{
color: #67FFEB;
}
</style>
background-color css
<style>
a { background-color: #67FFEB; }
a { background-color: rgb(103,255,235); }
div.DivClassName
{
background-color: #67FFEB;
}
.BgClassName
{
background-color: #67FFEB;
}
</style>
border-color css
<style>
span { border-color: #67FFEB; }
span { border-color: rgb(103,255,235); }
td.TdClassName
{
border-color: #67FFEB;
}
.TagClassName
{
border-color: #67FFEB;
}
</style>