Shades of Baby Blue #68FCFE
Tints of Baby Blue #68FCFE
RGB
CMYK
RGB Variations
Color information
#68FCFE (or 0x68FCFE) is known color: Baby Blue. HEX triplet: 68, FC and FE. RGB value is (104,252,254). Sum of RGB (Red+Green+Blue) = 104+252+254=610 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.05% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #68FCFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FCFE is #970301. Grayscale: #CFCFCF. Windows color (decimal): -9896706 or 16710760. OLE color: 16710760.
HSL color Cylindrical-coordinate representation of color #68FCFE: hue angle of 180.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FCFE is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 252 | 254 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.00 |
| HSL | 180.8º | 0.99% | 0.7% | - |
| HSV(B) | 180.8º | 0.59% | 1% | - |
| XYZ | 58.41 | 79.72 | 106.07 | - |
| YUV | 207.98 | 153.97 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 254 | 0.59 | 0.01 | 0 | 0.00 | 180.8 | 0.99 | 0.7 |
| Hex | 68 | FC | FE | 3B | 1 | 0 | 0 | B5 | 63 | 46 |
| Octal | 150 | 374 | 376 | 73 | 1 | 0 | 0 | 265 | 143 | 106 |
| Binary | 1101000 | 11111100 | 11111110 | 111011 | 1 | 0 | 0 | 10110101 | 1100011 | 1000110 |
Color Harmonies of #68FCFE
Complementary color
Monochromatic Colors of #68FCFE
Black with #68FCFE
Text Example
Text Example
White with #68FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCFE; }
p { color: rgb(104,252,254); }
H1.HeaderClassName
{
color: #68FCFE;
}
.AnyTagClassName
{
color: #68FCFE;
}
</style>
background-color css
<style>
a { background-color: #68FCFE; }
a { background-color: rgb(104,252,254); }
div.DivClassName
{
background-color: #68FCFE;
}
.BgClassName
{
background-color: #68FCFE;
}
</style>
border-color css
<style>
span { border-color: #68FCFE; }
span { border-color: rgb(104,252,254); }
td.TdClassName
{
border-color: #68FCFE;
}
.TagClassName
{
border-color: #68FCFE;
}
</style>