Shades of Baby Blue #68F2EE
Tints of Baby Blue #68F2EE
RGB
CMYK
RGB Variations
Color information
#68F2EE (or 0x68F2EE) is known color: Baby Blue. HEX triplet: 68, F2 and EE. RGB value is (104,242,238). Sum of RGB (Red+Green+Blue) = 104+242+238=584 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.81% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F2EE is #970D11. Grayscale: #C8C8C8. Windows color (decimal): -9899282 or 15659624. OLE color: 15659624.
HSL color Cylindrical-coordinate representation of color #68F2EE: hue angle of 178.26º 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 #68F2EE is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 238 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.05 |
| HSL | 178.26º | 0.84% | 0.68% | - |
| HSV(B) | 178.26º | 0.57% | 0.95% | - |
| XYZ | 52.89 | 72.62 | 92.12 | - |
| YUV | 200.28 | 149.28 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 238 | 0.57 | 0 | 0.02 | 0.05 | 178.26 | 0.84 | 0.68 |
| Hex | 68 | F2 | EE | 39 | 0 | 2 | 5 | B2 | 54 | 44 |
| Octal | 150 | 362 | 356 | 71 | 0 | 2 | 5 | 262 | 124 | 104 |
| Binary | 1101000 | 11110010 | 11101110 | 111001 | 0 | 10 | 101 | 10110010 | 1010100 | 1000100 |
Color Harmonies of #68F2EE
Complementary color
Monochromatic Colors of #68F2EE
Black with #68F2EE
Text Example
Text Example
White with #68F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F2EE; }
p { color: rgb(104,242,238); }
H1.HeaderClassName
{
color: #68F2EE;
}
.AnyTagClassName
{
color: #68F2EE;
}
</style>
background-color css
<style>
a { background-color: #68F2EE; }
a { background-color: rgb(104,242,238); }
div.DivClassName
{
background-color: #68F2EE;
}
.BgClassName
{
background-color: #68F2EE;
}
</style>
border-color css
<style>
span { border-color: #68F2EE; }
span { border-color: rgb(104,242,238); }
td.TdClassName
{
border-color: #68F2EE;
}
.TagClassName
{
border-color: #68F2EE;
}
</style>