Shades of Baby Blue #68FDFE
Tints of Baby Blue #68FDFE
RGB
CMYK
RGB Variations
Color information
#68FDFE (or 0x68FDFE) is known color: Baby Blue. HEX triplet: 68, FD and FE. RGB value is (104,253,254). Sum of RGB (Red+Green+Blue) = 104+253+254=611 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.02% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #68FDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FDFE is #970201. Grayscale: #D0D0D0. Windows color (decimal): -9896450 or 16711016. OLE color: 16711016.
HSL color Cylindrical-coordinate representation of color #68FDFE: hue angle of 180.4º 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 #68FDFE is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 253 | 254 | - |
| CMYK | 0.59 | 0.00 | 0 | 0.00 |
| HSL | 180.4º | 0.99% | 0.7% | - |
| HSV(B) | 180.4º | 0.59% | 1% | - |
| XYZ | 58.72 | 80.35 | 106.18 | - |
| YUV | 208.56 | 153.64 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 253 | 254 | 0.59 | 0.00 | 0 | 0.00 | 180.4 | 0.99 | 0.7 |
| Hex | 68 | FD | FE | 3B | 0 | 0 | 0 | B4 | 63 | 46 |
| Octal | 150 | 375 | 376 | 73 | 0 | 0 | 0 | 264 | 143 | 106 |
| Binary | 1101000 | 11111101 | 11111110 | 111011 | 0 | 0 | 0 | 10110100 | 1100011 | 1000110 |
Color Harmonies of #68FDFE
Complementary color
Monochromatic Colors of #68FDFE
Black with #68FDFE
Text Example
Text Example
White with #68FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FDFE; }
p { color: rgb(104,253,254); }
H1.HeaderClassName
{
color: #68FDFE;
}
.AnyTagClassName
{
color: #68FDFE;
}
</style>
background-color css
<style>
a { background-color: #68FDFE; }
a { background-color: rgb(104,253,254); }
div.DivClassName
{
background-color: #68FDFE;
}
.BgClassName
{
background-color: #68FDFE;
}
</style>
border-color css
<style>
span { border-color: #68FDFE; }
span { border-color: rgb(104,253,254); }
td.TdClassName
{
border-color: #68FDFE;
}
.TagClassName
{
border-color: #68FDFE;
}
</style>