Shades of Baby Blue #68FBE7
Tints of Baby Blue #68FBE7
RGB
CMYK
RGB Variations
Color information
#68FBE7 (or 0x68FBE7) is known color: Baby Blue. HEX triplet: 68, FB and E7. RGB value is (104,251,231). Sum of RGB (Red+Green+Blue) = 104+251+231=586 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.75% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FBE7 is #970418. Grayscale: #CCCCCC. Windows color (decimal): -9896985 or 15203176. OLE color: 15203176.
HSL color Cylindrical-coordinate representation of color #68FBE7: hue angle of 171.84º 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 #68FBE7 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 231 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.02 |
| HSL | 171.84º | 0.95% | 0.7% | - |
| HSV(B) | 171.84º | 0.59% | 0.98% | - |
| XYZ | 54.63 | 77.71 | 87.72 | - |
| YUV | 204.77 | 142.8 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 231 | 0.59 | 0 | 0.08 | 0.02 | 171.84 | 0.95 | 0.7 |
| Hex | 68 | FB | E7 | 3B | 0 | 8 | 2 | AC | 5F | 46 |
| Octal | 150 | 373 | 347 | 73 | 0 | 10 | 2 | 254 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11100111 | 111011 | 0 | 1000 | 10 | 10101100 | 1011111 | 1000110 |
Color Harmonies of #68FBE7
Complementary color
Monochromatic Colors of #68FBE7
Black with #68FBE7
Text Example
Text Example
White with #68FBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBE7; }
p { color: rgb(104,251,231); }
H1.HeaderClassName
{
color: #68FBE7;
}
.AnyTagClassName
{
color: #68FBE7;
}
</style>
background-color css
<style>
a { background-color: #68FBE7; }
a { background-color: rgb(104,251,231); }
div.DivClassName
{
background-color: #68FBE7;
}
.BgClassName
{
background-color: #68FBE7;
}
</style>
border-color css
<style>
span { border-color: #68FBE7; }
span { border-color: rgb(104,251,231); }
td.TdClassName
{
border-color: #68FBE7;
}
.TagClassName
{
border-color: #68FBE7;
}
</style>