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