Shades of Baby Blue #68FFEE
Tints of Baby Blue #68FFEE
RGB
CMYK
RGB Variations
Color information
#68FFEE (or 0x68FFEE) is known color: Baby Blue. HEX triplet: 68, FF and EE. RGB value is (104,255,238). Sum of RGB (Red+Green+Blue) = 104+255+238=597 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.42% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FFEE is #970011. Grayscale: #CFCFCF. Windows color (decimal): -9895954 or 15662952. OLE color: 15662952.
HSL color Cylindrical-coordinate representation of color #68FFEE: hue angle of 173.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFEE is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 238 | - |
| CMYK | 0.59 | 0 | 0.07 | 0 |
| HSL | 173.25º | 1% | 0.7% | - |
| HSV(B) | 173.25º | 0.59% | 1% | - |
| XYZ | 56.9 | 80.64 | 93.45 | - |
| YUV | 207.91 | 144.97 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 238 | 0.59 | 0 | 0.07 | 0 | 173.25 | 1 | 0.7 |
| Hex | 68 | FF | EE | 3B | 0 | 7 | 0 | AD | 64 | 46 |
| Octal | 150 | 377 | 356 | 73 | 0 | 7 | 0 | 255 | 144 | 106 |
| Binary | 1101000 | 11111111 | 11101110 | 111011 | 0 | 111 | 0 | 10101101 | 1100100 | 1000110 |
Color Harmonies of #68FFEE
Complementary color
Monochromatic Colors of #68FFEE
Black with #68FFEE
Text Example
Text Example
White with #68FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFEE; }
p { color: rgb(104,255,238); }
H1.HeaderClassName
{
color: #68FFEE;
}
.AnyTagClassName
{
color: #68FFEE;
}
</style>
background-color css
<style>
a { background-color: #68FFEE; }
a { background-color: rgb(104,255,238); }
div.DivClassName
{
background-color: #68FFEE;
}
.BgClassName
{
background-color: #68FFEE;
}
</style>
border-color css
<style>
span { border-color: #68FFEE; }
span { border-color: rgb(104,255,238); }
td.TdClassName
{
border-color: #68FFEE;
}
.TagClassName
{
border-color: #68FFEE;
}
</style>