Shades of Baby Blue #68EBFC
Tints of Baby Blue #68EBFC
RGB
CMYK
RGB Variations
Color information
#68EBFC (or 0x68EBFC) is known color: Baby Blue. HEX triplet: 68, EB and FC. RGB value is (104,235,252). Sum of RGB (Red+Green+Blue) = 104+235+252=591 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.60% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #68EBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EBFC is #971403. Grayscale: #C5C5C5. Windows color (decimal): -9901060 or 16575336. OLE color: 16575336.
HSL color Cylindrical-coordinate representation of color #68EBFC: hue angle of 186.89º 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 #68EBFC is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 235 | 252 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.01 |
| HSL | 186.89º | 0.96% | 0.7% | - |
| HSV(B) | 186.89º | 0.59% | 0.99% | - |
| XYZ | 52.99 | 69.39 | 102.7 | - |
| YUV | 197.77 | 158.6 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 235 | 252 | 0.59 | 0.07 | 0 | 0.01 | 186.89 | 0.96 | 0.7 |
| Hex | 68 | EB | FC | 3B | 7 | 0 | 1 | BB | 60 | 46 |
| Octal | 150 | 353 | 374 | 73 | 7 | 0 | 1 | 273 | 140 | 106 |
| Binary | 1101000 | 11101011 | 11111100 | 111011 | 111 | 0 | 1 | 10111011 | 1100000 | 1000110 |
Color Harmonies of #68EBFC
Complementary color
Monochromatic Colors of #68EBFC
Black with #68EBFC
Text Example
Text Example
White with #68EBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EBFC; }
p { color: rgb(104,235,252); }
H1.HeaderClassName
{
color: #68EBFC;
}
.AnyTagClassName
{
color: #68EBFC;
}
</style>
background-color css
<style>
a { background-color: #68EBFC; }
a { background-color: rgb(104,235,252); }
div.DivClassName
{
background-color: #68EBFC;
}
.BgClassName
{
background-color: #68EBFC;
}
</style>
border-color css
<style>
span { border-color: #68EBFC; }
span { border-color: rgb(104,235,252); }
td.TdClassName
{
border-color: #68EBFC;
}
.TagClassName
{
border-color: #68EBFC;
}
</style>