Shades of Baby Blue #68EFFC
Tints of Baby Blue #68EFFC
RGB
CMYK
RGB Variations
Color information
#68EFFC (or 0x68EFFC) is known color: Baby Blue. HEX triplet: 68, EF and FC. RGB value is (104,239,252). Sum of RGB (Red+Green+Blue) = 104+239+252=595 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.48% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #68EFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EFFC is #971003. Grayscale: #C7C7C7. Windows color (decimal): -9900036 or 16576360. OLE color: 16576360.
HSL color Cylindrical-coordinate representation of color #68EFFC: hue angle of 185.27º 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 #68EFFC is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 239 | 252 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.01 |
| HSL | 185.27º | 0.96% | 0.7% | - |
| HSV(B) | 185.27º | 0.59% | 0.99% | - |
| XYZ | 54.15 | 71.7 | 103.08 | - |
| YUV | 200.12 | 157.27 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 252 | 0.59 | 0.05 | 0 | 0.01 | 185.27 | 0.96 | 0.7 |
| Hex | 68 | EF | FC | 3B | 5 | 0 | 1 | B9 | 60 | 46 |
| Octal | 150 | 357 | 374 | 73 | 5 | 0 | 1 | 271 | 140 | 106 |
| Binary | 1101000 | 11101111 | 11111100 | 111011 | 101 | 0 | 1 | 10111001 | 1100000 | 1000110 |
Color Harmonies of #68EFFC
Complementary color
Monochromatic Colors of #68EFFC
Black with #68EFFC
Text Example
Text Example
White with #68EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFFC; }
p { color: rgb(104,239,252); }
H1.HeaderClassName
{
color: #68EFFC;
}
.AnyTagClassName
{
color: #68EFFC;
}
</style>
background-color css
<style>
a { background-color: #68EFFC; }
a { background-color: rgb(104,239,252); }
div.DivClassName
{
background-color: #68EFFC;
}
.BgClassName
{
background-color: #68EFFC;
}
</style>
border-color css
<style>
span { border-color: #68EFFC; }
span { border-color: rgb(104,239,252); }
td.TdClassName
{
border-color: #68EFFC;
}
.TagClassName
{
border-color: #68EFFC;
}
</style>