Shades of Baby Blue #68F5F0
Tints of Baby Blue #68F5F0
RGB
CMYK
RGB Variations
Color information
#68F5F0 (or 0x68F5F0) is known color: Baby Blue. HEX triplet: 68, F5 and F0. RGB value is (104,245,240). Sum of RGB (Red+Green+Blue) = 104+245+240=589 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.66% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #68F5F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F5F0 is #970A0F. Grayscale: #CACACA. Windows color (decimal): -9898512 or 15791464. OLE color: 15791464.
HSL color Cylindrical-coordinate representation of color #68F5F0: hue angle of 177.87º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F5F0 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 245 | 240 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.04 |
| HSL | 177.87º | 0.88% | 0.68% | - |
| HSV(B) | 177.87º | 0.58% | 0.96% | - |
| XYZ | 54.09 | 74.54 | 93.97 | - |
| YUV | 202.27 | 149.29 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 245 | 240 | 0.58 | 0 | 0.02 | 0.04 | 177.87 | 0.88 | 0.68 |
| Hex | 68 | F5 | F0 | 3A | 0 | 2 | 4 | B2 | 58 | 44 |
| Octal | 150 | 365 | 360 | 72 | 0 | 2 | 4 | 262 | 130 | 104 |
| Binary | 1101000 | 11110101 | 11110000 | 111010 | 0 | 10 | 100 | 10110010 | 1011000 | 1000100 |
Color Harmonies of #68F5F0
Complementary color
Monochromatic Colors of #68F5F0
Black with #68F5F0
Text Example
Text Example
White with #68F5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F5F0; }
p { color: rgb(104,245,240); }
H1.HeaderClassName
{
color: #68F5F0;
}
.AnyTagClassName
{
color: #68F5F0;
}
</style>
background-color css
<style>
a { background-color: #68F5F0; }
a { background-color: rgb(104,245,240); }
div.DivClassName
{
background-color: #68F5F0;
}
.BgClassName
{
background-color: #68F5F0;
}
</style>
border-color css
<style>
span { border-color: #68F5F0; }
span { border-color: rgb(104,245,240); }
td.TdClassName
{
border-color: #68F5F0;
}
.TagClassName
{
border-color: #68F5F0;
}
</style>