Shades of Baby Blue #68F6EE
Tints of Baby Blue #68F6EE
RGB
CMYK
RGB Variations
Color information
#68F6EE (or 0x68F6EE) is known color: Baby Blue. HEX triplet: 68, F6 and EE. RGB value is (104,246,238). Sum of RGB (Red+Green+Blue) = 104+246+238=588 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.69% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F6EE is #970911. Grayscale: #CACACA. Windows color (decimal): -9898258 or 15660648. OLE color: 15660648.
HSL color Cylindrical-coordinate representation of color #68F6EE: hue angle of 176.62º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F6EE is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 246 | 238 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.04 |
| HSL | 176.62º | 0.89% | 0.69% | - |
| HSV(B) | 176.62º | 0.58% | 0.96% | - |
| XYZ | 54.1 | 75.03 | 92.52 | - |
| YUV | 202.63 | 147.96 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 246 | 238 | 0.58 | 0 | 0.03 | 0.04 | 176.62 | 0.89 | 0.69 |
| Hex | 68 | F6 | EE | 3A | 0 | 3 | 4 | B1 | 59 | 45 |
| Octal | 150 | 366 | 356 | 72 | 0 | 3 | 4 | 261 | 131 | 105 |
| Binary | 1101000 | 11110110 | 11101110 | 111010 | 0 | 11 | 100 | 10110001 | 1011001 | 1000101 |
Color Harmonies of #68F6EE
Complementary color
Monochromatic Colors of #68F6EE
Black with #68F6EE
Text Example
Text Example
White with #68F6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F6EE; }
p { color: rgb(104,246,238); }
H1.HeaderClassName
{
color: #68F6EE;
}
.AnyTagClassName
{
color: #68F6EE;
}
</style>
background-color css
<style>
a { background-color: #68F6EE; }
a { background-color: rgb(104,246,238); }
div.DivClassName
{
background-color: #68F6EE;
}
.BgClassName
{
background-color: #68F6EE;
}
</style>
border-color css
<style>
span { border-color: #68F6EE; }
span { border-color: rgb(104,246,238); }
td.TdClassName
{
border-color: #68F6EE;
}
.TagClassName
{
border-color: #68F6EE;
}
</style>