Shades of Baby Blue #68FBEB
Tints of Baby Blue #68FBEB
RGB
CMYK
RGB Variations
Color information
#68FBEB (or 0x68FBEB) is known color: Baby Blue. HEX triplet: 68, FB and EB. RGB value is (104,251,235). Sum of RGB (Red+Green+Blue) = 104+251+235=590 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.63% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FBEB is #970414. Grayscale: #CDCDCD. Windows color (decimal): -9896981 or 15465320. OLE color: 15465320.
HSL color Cylindrical-coordinate representation of color #68FBEB: hue angle of 173.47º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FBEB is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 235 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.02 |
| HSL | 173.47º | 0.95% | 0.7% | - |
| HSV(B) | 173.47º | 0.59% | 0.98% | - |
| XYZ | 55.2 | 77.94 | 90.73 | - |
| YUV | 205.22 | 144.8 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 235 | 0.59 | 0 | 0.06 | 0.02 | 173.47 | 0.95 | 0.7 |
| Hex | 68 | FB | EB | 3B | 0 | 6 | 2 | AD | 5F | 46 |
| Octal | 150 | 373 | 353 | 73 | 0 | 6 | 2 | 255 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11101011 | 111011 | 0 | 110 | 10 | 10101101 | 1011111 | 1000110 |
Color Harmonies of #68FBEB
Complementary color
Monochromatic Colors of #68FBEB
Black with #68FBEB
Text Example
Text Example
White with #68FBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBEB; }
p { color: rgb(104,251,235); }
H1.HeaderClassName
{
color: #68FBEB;
}
.AnyTagClassName
{
color: #68FBEB;
}
</style>
background-color css
<style>
a { background-color: #68FBEB; }
a { background-color: rgb(104,251,235); }
div.DivClassName
{
background-color: #68FBEB;
}
.BgClassName
{
background-color: #68FBEB;
}
</style>
border-color css
<style>
span { border-color: #68FBEB; }
span { border-color: rgb(104,251,235); }
td.TdClassName
{
border-color: #68FBEB;
}
.TagClassName
{
border-color: #68FBEB;
}
</style>