Shades of Baby Blue #68FCEC
Tints of Baby Blue #68FCEC
RGB
CMYK
RGB Variations
Color information
#68FCEC (or 0x68FCEC) is known color: Baby Blue. HEX triplet: 68, FC and EC. RGB value is (104,252,236). Sum of RGB (Red+Green+Blue) = 104+252+236=592 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.57% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FCEC is #970313. Grayscale: #CDCDCD. Windows color (decimal): -9896724 or 15531112. OLE color: 15531112.
HSL color Cylindrical-coordinate representation of color #68FCEC: hue angle of 173.51º 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 #68FCEC is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 236 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.01 |
| HSL | 173.51º | 0.96% | 0.7% | - |
| HSV(B) | 173.51º | 0.59% | 0.99% | - |
| XYZ | 55.66 | 78.62 | 91.6 | - |
| YUV | 205.92 | 144.97 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 236 | 0.59 | 0 | 0.06 | 0.01 | 173.51 | 0.96 | 0.7 |
| Hex | 68 | FC | EC | 3B | 0 | 6 | 1 | AE | 60 | 46 |
| Octal | 150 | 374 | 354 | 73 | 0 | 6 | 1 | 256 | 140 | 106 |
| Binary | 1101000 | 11111100 | 11101100 | 111011 | 0 | 110 | 1 | 10101110 | 1100000 | 1000110 |
Color Harmonies of #68FCEC
Complementary color
Monochromatic Colors of #68FCEC
Black with #68FCEC
Text Example
Text Example
White with #68FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCEC; }
p { color: rgb(104,252,236); }
H1.HeaderClassName
{
color: #68FCEC;
}
.AnyTagClassName
{
color: #68FCEC;
}
</style>
background-color css
<style>
a { background-color: #68FCEC; }
a { background-color: rgb(104,252,236); }
div.DivClassName
{
background-color: #68FCEC;
}
.BgClassName
{
background-color: #68FCEC;
}
</style>
border-color css
<style>
span { border-color: #68FCEC; }
span { border-color: rgb(104,252,236); }
td.TdClassName
{
border-color: #68FCEC;
}
.TagClassName
{
border-color: #68FCEC;
}
</style>