Shades of Baby Blue #68ECFF
Tints of Baby Blue #68ECFF
RGB
CMYK
RGB Variations
Color information
#68ECFF (or 0x68ECFF) is known color: Baby Blue. HEX triplet: 68, EC and FF. RGB value is (104,236,255). Sum of RGB (Red+Green+Blue) = 104+236+255=595 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.48% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #68ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68ECFF is #971300. Grayscale: #C6C6C6. Windows color (decimal): -9900801 or 16772200. OLE color: 16772200.
HSL color Cylindrical-coordinate representation of color #68ECFF: hue angle of 187.55º 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 #68ECFF is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 236 | 255 | - |
| CMYK | 0.59 | 0.07 | 0 | 0 |
| HSL | 187.55º | 1% | 0.7% | - |
| HSV(B) | 187.55º | 0.59% | 1% | - |
| XYZ | 53.75 | 70.15 | 105.32 | - |
| YUV | 198.7 | 159.77 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 255 | 0.59 | 0.07 | 0 | 0 | 187.55 | 1 | 0.7 |
| Hex | 68 | EC | FF | 3B | 7 | 0 | 0 | BC | 64 | 46 |
| Octal | 150 | 354 | 377 | 73 | 7 | 0 | 0 | 274 | 144 | 106 |
| Binary | 1101000 | 11101100 | 11111111 | 111011 | 111 | 0 | 0 | 10111100 | 1100100 | 1000110 |
Color Harmonies of #68ECFF
Complementary color
Monochromatic Colors of #68ECFF
Black with #68ECFF
Text Example
Text Example
White with #68ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECFF; }
p { color: rgb(104,236,255); }
H1.HeaderClassName
{
color: #68ECFF;
}
.AnyTagClassName
{
color: #68ECFF;
}
</style>
background-color css
<style>
a { background-color: #68ECFF; }
a { background-color: rgb(104,236,255); }
div.DivClassName
{
background-color: #68ECFF;
}
.BgClassName
{
background-color: #68ECFF;
}
</style>
border-color css
<style>
span { border-color: #68ECFF; }
span { border-color: rgb(104,236,255); }
td.TdClassName
{
border-color: #68ECFF;
}
.TagClassName
{
border-color: #68ECFF;
}
</style>