Shades of Baby Blue #68FCEE
Tints of Baby Blue #68FCEE
RGB
CMYK
RGB Variations
Color information
#68FCEE (or 0x68FCEE) is known color: Baby Blue. HEX triplet: 68, FC and EE. RGB value is (104,252,238). Sum of RGB (Red+Green+Blue) = 104+252+238=594 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.51% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FCEE is #970311. Grayscale: #CECECE. Windows color (decimal): -9896722 or 15662184. OLE color: 15662184.
HSL color Cylindrical-coordinate representation of color #68FCEE: hue angle of 174.32º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FCEE is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 238 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.01 |
| HSL | 174.32º | 0.96% | 0.7% | - |
| HSV(B) | 174.32º | 0.59% | 0.99% | - |
| XYZ | 55.95 | 78.74 | 93.14 | - |
| YUV | 206.15 | 145.97 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 238 | 0.59 | 0 | 0.06 | 0.01 | 174.32 | 0.96 | 0.7 |
| Hex | 68 | FC | EE | 3B | 0 | 6 | 1 | AE | 60 | 46 |
| Octal | 150 | 374 | 356 | 73 | 0 | 6 | 1 | 256 | 140 | 106 |
| Binary | 1101000 | 11111100 | 11101110 | 111011 | 0 | 110 | 1 | 10101110 | 1100000 | 1000110 |
Color Harmonies of #68FCEE
Complementary color
Monochromatic Colors of #68FCEE
Black with #68FCEE
Text Example
Text Example
White with #68FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCEE; }
p { color: rgb(104,252,238); }
H1.HeaderClassName
{
color: #68FCEE;
}
.AnyTagClassName
{
color: #68FCEE;
}
</style>
background-color css
<style>
a { background-color: #68FCEE; }
a { background-color: rgb(104,252,238); }
div.DivClassName
{
background-color: #68FCEE;
}
.BgClassName
{
background-color: #68FCEE;
}
</style>
border-color css
<style>
span { border-color: #68FCEE; }
span { border-color: rgb(104,252,238); }
td.TdClassName
{
border-color: #68FCEE;
}
.TagClassName
{
border-color: #68FCEE;
}
</style>