Shades of Baby Blue #68FBEC
Tints of Baby Blue #68FBEC
RGB
CMYK
RGB Variations
Color information
#68FBEC (or 0x68FBEC) is known color: Baby Blue. HEX triplet: 68, FB and EC. RGB value is (104,251,236). Sum of RGB (Red+Green+Blue) = 104+251+236=591 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.60% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FBEC is #970413. Grayscale: #CDCDCD. Windows color (decimal): -9896980 or 15530856. OLE color: 15530856.
HSL color Cylindrical-coordinate representation of color #68FBEC: hue angle of 173.88º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FBEC is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 236 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.02 |
| HSL | 173.88º | 0.95% | 0.7% | - |
| HSV(B) | 173.88º | 0.59% | 0.98% | - |
| XYZ | 55.35 | 77.99 | 91.49 | - |
| YUV | 205.34 | 145.3 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 236 | 0.59 | 0 | 0.06 | 0.02 | 173.88 | 0.95 | 0.7 |
| Hex | 68 | FB | EC | 3B | 0 | 6 | 2 | AE | 5F | 46 |
| Octal | 150 | 373 | 354 | 73 | 0 | 6 | 2 | 256 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11101100 | 111011 | 0 | 110 | 10 | 10101110 | 1011111 | 1000110 |
Color Harmonies of #68FBEC
Complementary color
Monochromatic Colors of #68FBEC
Black with #68FBEC
Text Example
Text Example
White with #68FBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBEC; }
p { color: rgb(104,251,236); }
H1.HeaderClassName
{
color: #68FBEC;
}
.AnyTagClassName
{
color: #68FBEC;
}
</style>
background-color css
<style>
a { background-color: #68FBEC; }
a { background-color: rgb(104,251,236); }
div.DivClassName
{
background-color: #68FBEC;
}
.BgClassName
{
background-color: #68FBEC;
}
</style>
border-color css
<style>
span { border-color: #68FBEC; }
span { border-color: rgb(104,251,236); }
td.TdClassName
{
border-color: #68FBEC;
}
.TagClassName
{
border-color: #68FBEC;
}
</style>