Shades of Baby Blue #7BFFEB
Tints of Baby Blue #7BFFEB
RGB
CMYK
RGB Variations
Color information
#7BFFEB (or 0x7BFFEB) is known color: Baby Blue. HEX triplet: 7B, FF and EB. RGB value is (123,255,235). Sum of RGB (Red+Green+Blue) = 123+255+235=613 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.07% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFEB is #840014. Grayscale: #D5D5D5. Windows color (decimal): -8650773 or 15466363. OLE color: 15466363.
HSL color Cylindrical-coordinate representation of color #7BFFEB: hue angle of 170.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFEB is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 235 | - |
| CMYK | 0.52 | 0 | 0.08 | 0 |
| HSL | 170.91º | 1% | 0.74% | - |
| HSV(B) | 170.91º | 0.52% | 1% | - |
| XYZ | 58.92 | 81.73 | 91.27 | - |
| YUV | 213.25 | 140.27 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 235 | 0.52 | 0 | 0.08 | 0 | 170.91 | 1 | 0.74 |
| Hex | 7B | FF | EB | 34 | 0 | 8 | 0 | AB | 64 | 4A |
| Octal | 173 | 377 | 353 | 64 | 0 | 10 | 0 | 253 | 144 | 112 |
| Binary | 1111011 | 11111111 | 11101011 | 110100 | 0 | 1000 | 0 | 10101011 | 1100100 | 1001010 |
Color Harmonies of #7BFFEB
Complementary color
Monochromatic Colors of #7BFFEB
Black with #7BFFEB
Text Example
Text Example
White with #7BFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFEB; }
p { color: rgb(123,255,235); }
H1.HeaderClassName
{
color: #7BFFEB;
}
.AnyTagClassName
{
color: #7BFFEB;
}
</style>
background-color css
<style>
a { background-color: #7BFFEB; }
a { background-color: rgb(123,255,235); }
div.DivClassName
{
background-color: #7BFFEB;
}
.BgClassName
{
background-color: #7BFFEB;
}
</style>
border-color css
<style>
span { border-color: #7BFFEB; }
span { border-color: rgb(123,255,235); }
td.TdClassName
{
border-color: #7BFFEB;
}
.TagClassName
{
border-color: #7BFFEB;
}
</style>