Shades of Baby Blue #68ECFD
Tints of Baby Blue #68ECFD
RGB
CMYK
RGB Variations
Color information
#68ECFD (or 0x68ECFD) is known color: Baby Blue. HEX triplet: 68, EC and FD. RGB value is (104,236,253). Sum of RGB (Red+Green+Blue) = 104+236+253=593 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.54% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #68ECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68ECFD is #971302. Grayscale: #C6C6C6. Windows color (decimal): -9900803 or 16641128. OLE color: 16641128.
HSL color Cylindrical-coordinate representation of color #68ECFD: hue angle of 186.85º degrees, saturation: 0.97, 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 #68ECFD is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 236 | 253 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.01 |
| HSL | 186.85º | 0.97% | 0.7% | - |
| HSV(B) | 186.85º | 0.59% | 0.99% | - |
| XYZ | 53.43 | 70.03 | 103.63 | - |
| YUV | 198.47 | 158.77 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 253 | 0.59 | 0.07 | 0 | 0.01 | 186.85 | 0.97 | 0.7 |
| Hex | 68 | EC | FD | 3B | 7 | 0 | 1 | BB | 61 | 46 |
| Octal | 150 | 354 | 375 | 73 | 7 | 0 | 1 | 273 | 141 | 106 |
| Binary | 1101000 | 11101100 | 11111101 | 111011 | 111 | 0 | 1 | 10111011 | 1100001 | 1000110 |
Color Harmonies of #68ECFD
Complementary color
Monochromatic Colors of #68ECFD
Black with #68ECFD
Text Example
Text Example
White with #68ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECFD; }
p { color: rgb(104,236,253); }
H1.HeaderClassName
{
color: #68ECFD;
}
.AnyTagClassName
{
color: #68ECFD;
}
</style>
background-color css
<style>
a { background-color: #68ECFD; }
a { background-color: rgb(104,236,253); }
div.DivClassName
{
background-color: #68ECFD;
}
.BgClassName
{
background-color: #68ECFD;
}
</style>
border-color css
<style>
span { border-color: #68ECFD; }
span { border-color: rgb(104,236,253); }
td.TdClassName
{
border-color: #68ECFD;
}
.TagClassName
{
border-color: #68ECFD;
}
</style>