Shades of Baby Blue #68FBF0
Tints of Baby Blue #68FBF0
RGB
CMYK
RGB Variations
Color information
#68FBF0 (or 0x68FBF0) is known color: Baby Blue. HEX triplet: 68, FB and F0. RGB value is (104,251,240). Sum of RGB (Red+Green+Blue) = 104+251+240=595 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.48% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FBF0 is #97040F. Grayscale: #CDCDCD. Windows color (decimal): -9896976 or 15793000. OLE color: 15793000.
HSL color Cylindrical-coordinate representation of color #68FBF0: hue angle of 175.51º 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 #68FBF0 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 240 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.02 |
| HSL | 175.51º | 0.95% | 0.7% | - |
| HSV(B) | 175.51º | 0.59% | 0.98% | - |
| XYZ | 55.93 | 78.23 | 94.59 | - |
| YUV | 205.79 | 147.3 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 240 | 0.59 | 0 | 0.04 | 0.02 | 175.51 | 0.95 | 0.7 |
| Hex | 68 | FB | F0 | 3B | 0 | 4 | 2 | B0 | 5F | 46 |
| Octal | 150 | 373 | 360 | 73 | 0 | 4 | 2 | 260 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11110000 | 111011 | 0 | 100 | 10 | 10110000 | 1011111 | 1000110 |
Color Harmonies of #68FBF0
Complementary color
Monochromatic Colors of #68FBF0
Black with #68FBF0
Text Example
Text Example
White with #68FBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBF0; }
p { color: rgb(104,251,240); }
H1.HeaderClassName
{
color: #68FBF0;
}
.AnyTagClassName
{
color: #68FBF0;
}
</style>
background-color css
<style>
a { background-color: #68FBF0; }
a { background-color: rgb(104,251,240); }
div.DivClassName
{
background-color: #68FBF0;
}
.BgClassName
{
background-color: #68FBF0;
}
</style>
border-color css
<style>
span { border-color: #68FBF0; }
span { border-color: rgb(104,251,240); }
td.TdClassName
{
border-color: #68FBF0;
}
.TagClassName
{
border-color: #68FBF0;
}
</style>