Shades of Baby Blue #68FFFF
Tints of Baby Blue #68FFFF
RGB
CMYK
RGB Variations
Color information
#68FFFF (or 0x68FFFF) is known color: Baby Blue. HEX triplet: 68, FF and FF. RGB value is (104,255,255). Sum of RGB (Red+Green+Blue) = 104+255+255=614 (81% of max value = 765). Red value is 104 (41.02% from 255 or 16.94% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #68FFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FFFF is #970000. Grayscale: #D1D1D1. Windows color (decimal): -9895937 or 16777064. OLE color: 16777064.
HSL color Cylindrical-coordinate representation of color #68FFFF: hue angle of 180º 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 #68FFFF is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 255 | - |
| CMYK | 0.59 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.7% | - |
| HSV(B) | 180º | 0.59% | 1% | - |
| XYZ | 59.52 | 81.68 | 107.24 | - |
| YUV | 209.85 | 153.47 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 255 | 0.59 | 0 | 0 | 0 | 180 | 1 | 0.7 |
| Hex | 68 | FF | FF | 3B | 0 | 0 | 0 | B4 | 64 | 46 |
| Octal | 150 | 377 | 377 | 73 | 0 | 0 | 0 | 264 | 144 | 106 |
| Binary | 1101000 | 11111111 | 11111111 | 111011 | 0 | 0 | 0 | 10110100 | 1100100 | 1000110 |
Color Harmonies of #68FFFF
Complementary color
Monochromatic Colors of #68FFFF
Black with #68FFFF
Text Example
Text Example
White with #68FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFFF; }
p { color: rgb(104,255,255); }
H1.HeaderClassName
{
color: #68FFFF;
}
.AnyTagClassName
{
color: #68FFFF;
}
</style>
background-color css
<style>
a { background-color: #68FFFF; }
a { background-color: rgb(104,255,255); }
div.DivClassName
{
background-color: #68FFFF;
}
.BgClassName
{
background-color: #68FFFF;
}
</style>
border-color css
<style>
span { border-color: #68FFFF; }
span { border-color: rgb(104,255,255); }
td.TdClassName
{
border-color: #68FFFF;
}
.TagClassName
{
border-color: #68FFFF;
}
</style>