Shades of Baby Blue #68F4ED
Tints of Baby Blue #68F4ED
RGB
CMYK
RGB Variations
Color information
#68F4ED (or 0x68F4ED) is known color: Baby Blue. HEX triplet: 68, F4 and ED. RGB value is (104,244,237). Sum of RGB (Red+Green+Blue) = 104+244+237=585 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.78% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F4ED is #970B12. Grayscale: #C9C9C9. Windows color (decimal): -9898771 or 15594600. OLE color: 15594600.
HSL color Cylindrical-coordinate representation of color #68F4ED: hue angle of 177º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F4ED is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 237 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.04 |
| HSL | 177º | 0.86% | 0.68% | - |
| HSV(B) | 177º | 0.57% | 0.96% | - |
| XYZ | 53.35 | 73.76 | 91.55 | - |
| YUV | 201.34 | 148.12 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 237 | 0.57 | 0 | 0.03 | 0.04 | 177 | 0.86 | 0.68 |
| Hex | 68 | F4 | ED | 39 | 0 | 3 | 4 | B1 | 56 | 44 |
| Octal | 150 | 364 | 355 | 71 | 0 | 3 | 4 | 261 | 126 | 104 |
| Binary | 1101000 | 11110100 | 11101101 | 111001 | 0 | 11 | 100 | 10110001 | 1010110 | 1000100 |
Color Harmonies of #68F4ED
Complementary color
Monochromatic Colors of #68F4ED
Black with #68F4ED
Text Example
Text Example
White with #68F4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F4ED; }
p { color: rgb(104,244,237); }
H1.HeaderClassName
{
color: #68F4ED;
}
.AnyTagClassName
{
color: #68F4ED;
}
</style>
background-color css
<style>
a { background-color: #68F4ED; }
a { background-color: rgb(104,244,237); }
div.DivClassName
{
background-color: #68F4ED;
}
.BgClassName
{
background-color: #68F4ED;
}
</style>
border-color css
<style>
span { border-color: #68F4ED; }
span { border-color: rgb(104,244,237); }
td.TdClassName
{
border-color: #68F4ED;
}
.TagClassName
{
border-color: #68F4ED;
}
</style>