Shades of Baby Blue #68EDFC
Tints of Baby Blue #68EDFC
RGB
CMYK
RGB Variations
Color information
#68EDFC (or 0x68EDFC) is known color: Baby Blue. HEX triplet: 68, ED and FC. RGB value is (104,237,252). Sum of RGB (Red+Green+Blue) = 104+237+252=593 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.54% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #68EDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EDFC is #971203. Grayscale: #C6C6C6. Windows color (decimal): -9900548 or 16575848. OLE color: 16575848.
HSL color Cylindrical-coordinate representation of color #68EDFC: hue angle of 186.08º 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 #68EDFC is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 237 | 252 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.01 |
| HSL | 186.08º | 0.96% | 0.7% | - |
| HSV(B) | 186.08º | 0.59% | 0.99% | - |
| XYZ | 53.56 | 70.54 | 102.89 | - |
| YUV | 198.94 | 157.94 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 252 | 0.59 | 0.06 | 0 | 0.01 | 186.08 | 0.96 | 0.7 |
| Hex | 68 | ED | FC | 3B | 6 | 0 | 1 | BA | 60 | 46 |
| Octal | 150 | 355 | 374 | 73 | 6 | 0 | 1 | 272 | 140 | 106 |
| Binary | 1101000 | 11101101 | 11111100 | 111011 | 110 | 0 | 1 | 10111010 | 1100000 | 1000110 |
Color Harmonies of #68EDFC
Complementary color
Monochromatic Colors of #68EDFC
Black with #68EDFC
Text Example
Text Example
White with #68EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDFC; }
p { color: rgb(104,237,252); }
H1.HeaderClassName
{
color: #68EDFC;
}
.AnyTagClassName
{
color: #68EDFC;
}
</style>
background-color css
<style>
a { background-color: #68EDFC; }
a { background-color: rgb(104,237,252); }
div.DivClassName
{
background-color: #68EDFC;
}
.BgClassName
{
background-color: #68EDFC;
}
</style>
border-color css
<style>
span { border-color: #68EDFC; }
span { border-color: rgb(104,237,252); }
td.TdClassName
{
border-color: #68EDFC;
}
.TagClassName
{
border-color: #68EDFC;
}
</style>