Shades of Baby Blue #68F5E3
Tints of Baby Blue #68F5E3
RGB
CMYK
RGB Variations
Color information
#68F5E3 (or 0x68F5E3) is known color: Baby Blue. HEX triplet: 68, F5 and E3. RGB value is (104,245,227). Sum of RGB (Red+Green+Blue) = 104+245+227=576 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.06% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 227 (89.06% from 255 or 39.41% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #68F5E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F5E3 is #970A1C. Grayscale: #C8C8C8. Windows color (decimal): -9898525 or 14939496. OLE color: 14939496.
HSL color Cylindrical-coordinate representation of color #68F5E3: hue angle of 172.34º 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 #68F5E3 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 245 | 227 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.04 |
| HSL | 172.34º | 0.88% | 0.68% | - |
| HSV(B) | 172.34º | 0.58% | 0.96% | - |
| XYZ | 52.23 | 73.79 | 84.16 | - |
| YUV | 200.79 | 142.79 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 245 | 227 | 0.58 | 0 | 0.07 | 0.04 | 172.34 | 0.88 | 0.68 |
| Hex | 68 | F5 | E3 | 3A | 0 | 7 | 4 | AC | 58 | 44 |
| Octal | 150 | 365 | 343 | 72 | 0 | 7 | 4 | 254 | 130 | 104 |
| Binary | 1101000 | 11110101 | 11100011 | 111010 | 0 | 111 | 100 | 10101100 | 1011000 | 1000100 |
Color Harmonies of #68F5E3
Complementary color
Monochromatic Colors of #68F5E3
Black with #68F5E3
Text Example
Text Example
White with #68F5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F5E3; }
p { color: rgb(104,245,227); }
H1.HeaderClassName
{
color: #68F5E3;
}
.AnyTagClassName
{
color: #68F5E3;
}
</style>
background-color css
<style>
a { background-color: #68F5E3; }
a { background-color: rgb(104,245,227); }
div.DivClassName
{
background-color: #68F5E3;
}
.BgClassName
{
background-color: #68F5E3;
}
</style>
border-color css
<style>
span { border-color: #68F5E3; }
span { border-color: rgb(104,245,227); }
td.TdClassName
{
border-color: #68F5E3;
}
.TagClassName
{
border-color: #68F5E3;
}
</style>