Shades of Baby Blue #68FFFC
Tints of Baby Blue #68FFFC
RGB
CMYK
RGB Variations
Color information
#68FFFC (or 0x68FFFC) is known color: Baby Blue. HEX triplet: 68, FF and FC. RGB value is (104,255,252). Sum of RGB (Red+Green+Blue) = 104+255+252=611 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.02% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FFFC is #970003. Grayscale: #D1D1D1. Windows color (decimal): -9895940 or 16580456. OLE color: 16580456.
HSL color Cylindrical-coordinate representation of color #68FFFC: hue angle of 178.81º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFFC is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 252 | - |
| CMYK | 0.59 | 0 | 0.01 | 0 |
| HSL | 178.81º | 1% | 0.7% | - |
| HSV(B) | 178.81º | 0.59% | 1% | - |
| XYZ | 59.04 | 81.49 | 104.71 | - |
| YUV | 209.51 | 151.97 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 252 | 0.59 | 0 | 0.01 | 0 | 178.81 | 1 | 0.7 |
| Hex | 68 | FF | FC | 3B | 0 | 1 | 0 | B3 | 64 | 46 |
| Octal | 150 | 377 | 374 | 73 | 0 | 1 | 0 | 263 | 144 | 106 |
| Binary | 1101000 | 11111111 | 11111100 | 111011 | 0 | 1 | 0 | 10110011 | 1100100 | 1000110 |
Color Harmonies of #68FFFC
Complementary color
Monochromatic Colors of #68FFFC
Black with #68FFFC
Text Example
Text Example
White with #68FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFFC; }
p { color: rgb(104,255,252); }
H1.HeaderClassName
{
color: #68FFFC;
}
.AnyTagClassName
{
color: #68FFFC;
}
</style>
background-color css
<style>
a { background-color: #68FFFC; }
a { background-color: rgb(104,255,252); }
div.DivClassName
{
background-color: #68FFFC;
}
.BgClassName
{
background-color: #68FFFC;
}
</style>
border-color css
<style>
span { border-color: #68FFFC; }
span { border-color: rgb(104,255,252); }
td.TdClassName
{
border-color: #68FFFC;
}
.TagClassName
{
border-color: #68FFFC;
}
</style>