Shades of Baby Blue #68F2ED
Tints of Baby Blue #68F2ED
RGB
CMYK
RGB Variations
Color information
#68F2ED (or 0x68F2ED) is known color: Baby Blue. HEX triplet: 68, F2 and ED. RGB value is (104,242,237). Sum of RGB (Red+Green+Blue) = 104+242+237=583 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.84% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F2ED is #970D12. Grayscale: #C8C8C8. Windows color (decimal): -9899283 or 15594088. OLE color: 15594088.
HSL color Cylindrical-coordinate representation of color #68F2ED: hue angle of 177.83º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F2ED is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 237 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.05 |
| HSL | 177.83º | 0.84% | 0.68% | - |
| HSV(B) | 177.83º | 0.57% | 0.95% | - |
| XYZ | 52.75 | 72.56 | 91.35 | - |
| YUV | 200.17 | 148.78 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 237 | 0.57 | 0 | 0.02 | 0.05 | 177.83 | 0.84 | 0.68 |
| Hex | 68 | F2 | ED | 39 | 0 | 2 | 5 | B2 | 54 | 44 |
| Octal | 150 | 362 | 355 | 71 | 0 | 2 | 5 | 262 | 124 | 104 |
| Binary | 1101000 | 11110010 | 11101101 | 111001 | 0 | 10 | 101 | 10110010 | 1010100 | 1000100 |
Color Harmonies of #68F2ED
Complementary color
Monochromatic Colors of #68F2ED
Black with #68F2ED
Text Example
Text Example
White with #68F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F2ED; }
p { color: rgb(104,242,237); }
H1.HeaderClassName
{
color: #68F2ED;
}
.AnyTagClassName
{
color: #68F2ED;
}
</style>
background-color css
<style>
a { background-color: #68F2ED; }
a { background-color: rgb(104,242,237); }
div.DivClassName
{
background-color: #68F2ED;
}
.BgClassName
{
background-color: #68F2ED;
}
</style>
border-color css
<style>
span { border-color: #68F2ED; }
span { border-color: rgb(104,242,237); }
td.TdClassName
{
border-color: #68F2ED;
}
.TagClassName
{
border-color: #68F2ED;
}
</style>