Shades of Baby Blue #68FCFD
Tints of Baby Blue #68FCFD
RGB
CMYK
RGB Variations
Color information
#68FCFD (or 0x68FCFD) is known color: Baby Blue. HEX triplet: 68, FC and FD. RGB value is (104,252,253). Sum of RGB (Red+Green+Blue) = 104+252+253=609 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.08% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #68FCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FCFD is #970302. Grayscale: #CFCFCF. Windows color (decimal): -9896707 or 16645224. OLE color: 16645224.
HSL color Cylindrical-coordinate representation of color #68FCFD: hue angle of 180.4º degrees, saturation: 0.97, 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 #68FCFD is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 253 | - |
| CMYK | 0.59 | 0.00 | 0 | 0.01 |
| HSL | 180.4º | 0.97% | 0.7% | - |
| HSV(B) | 180.4º | 0.59% | 0.99% | - |
| XYZ | 58.25 | 79.66 | 105.23 | - |
| YUV | 207.86 | 153.47 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 253 | 0.59 | 0.00 | 0 | 0.01 | 180.4 | 0.97 | 0.7 |
| Hex | 68 | FC | FD | 3B | 0 | 0 | 1 | B4 | 61 | 46 |
| Octal | 150 | 374 | 375 | 73 | 0 | 0 | 1 | 264 | 141 | 106 |
| Binary | 1101000 | 11111100 | 11111101 | 111011 | 0 | 0 | 1 | 10110100 | 1100001 | 1000110 |
Color Harmonies of #68FCFD
Complementary color
Monochromatic Colors of #68FCFD
Black with #68FCFD
Text Example
Text Example
White with #68FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCFD; }
p { color: rgb(104,252,253); }
H1.HeaderClassName
{
color: #68FCFD;
}
.AnyTagClassName
{
color: #68FCFD;
}
</style>
background-color css
<style>
a { background-color: #68FCFD; }
a { background-color: rgb(104,252,253); }
div.DivClassName
{
background-color: #68FCFD;
}
.BgClassName
{
background-color: #68FCFD;
}
</style>
border-color css
<style>
span { border-color: #68FCFD; }
span { border-color: rgb(104,252,253); }
td.TdClassName
{
border-color: #68FCFD;
}
.TagClassName
{
border-color: #68FCFD;
}
</style>