Shades of Baby Blue #68FCED
Tints of Baby Blue #68FCED
RGB
CMYK
RGB Variations
Color information
#68FCED (or 0x68FCED) is known color: Baby Blue. HEX triplet: 68, FC and ED. RGB value is (104,252,237). Sum of RGB (Red+Green+Blue) = 104+252+237=593 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.54% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FCED is #970312. Grayscale: #CDCDCD. Windows color (decimal): -9896723 or 15596648. OLE color: 15596648.
HSL color Cylindrical-coordinate representation of color #68FCED: hue angle of 173.92º 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 #68FCED is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 237 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.01 |
| HSL | 173.92º | 0.96% | 0.7% | - |
| HSV(B) | 173.92º | 0.59% | 0.99% | - |
| XYZ | 55.81 | 78.68 | 92.37 | - |
| YUV | 206.04 | 145.47 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 237 | 0.59 | 0 | 0.06 | 0.01 | 173.92 | 0.96 | 0.7 |
| Hex | 68 | FC | ED | 3B | 0 | 6 | 1 | AE | 60 | 46 |
| Octal | 150 | 374 | 355 | 73 | 0 | 6 | 1 | 256 | 140 | 106 |
| Binary | 1101000 | 11111100 | 11101101 | 111011 | 0 | 110 | 1 | 10101110 | 1100000 | 1000110 |
Color Harmonies of #68FCED
Complementary color
Monochromatic Colors of #68FCED
Black with #68FCED
Text Example
Text Example
White with #68FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCED; }
p { color: rgb(104,252,237); }
H1.HeaderClassName
{
color: #68FCED;
}
.AnyTagClassName
{
color: #68FCED;
}
</style>
background-color css
<style>
a { background-color: #68FCED; }
a { background-color: rgb(104,252,237); }
div.DivClassName
{
background-color: #68FCED;
}
.BgClassName
{
background-color: #68FCED;
}
</style>
border-color css
<style>
span { border-color: #68FCED; }
span { border-color: rgb(104,252,237); }
td.TdClassName
{
border-color: #68FCED;
}
.TagClassName
{
border-color: #68FCED;
}
</style>