Shades of Baby Blue #68EFFF
Tints of Baby Blue #68EFFF
RGB
CMYK
RGB Variations
Color information
#68EFFF (or 0x68EFFF) is known color: Baby Blue. HEX triplet: 68, EF and FF. RGB value is (104,239,255). Sum of RGB (Red+Green+Blue) = 104+239+255=598 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.39% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #68EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EFFF is #971000. Grayscale: #C8C8C8. Windows color (decimal): -9900033 or 16772968. OLE color: 16772968.
HSL color Cylindrical-coordinate representation of color #68EFFF: hue angle of 186.36º 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 #68EFFF is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 239 | 255 | - |
| CMYK | 0.59 | 0.06 | 0 | 0 |
| HSL | 186.36º | 1% | 0.7% | - |
| HSV(B) | 186.36º | 0.59% | 1% | - |
| XYZ | 54.63 | 71.9 | 105.61 | - |
| YUV | 200.46 | 158.77 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 255 | 0.59 | 0.06 | 0 | 0 | 186.36 | 1 | 0.7 |
| Hex | 68 | EF | FF | 3B | 6 | 0 | 0 | BA | 64 | 46 |
| Octal | 150 | 357 | 377 | 73 | 6 | 0 | 0 | 272 | 144 | 106 |
| Binary | 1101000 | 11101111 | 11111111 | 111011 | 110 | 0 | 0 | 10111010 | 1100100 | 1000110 |
Color Harmonies of #68EFFF
Complementary color
Monochromatic Colors of #68EFFF
Black with #68EFFF
Text Example
Text Example
White with #68EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFFF; }
p { color: rgb(104,239,255); }
H1.HeaderClassName
{
color: #68EFFF;
}
.AnyTagClassName
{
color: #68EFFF;
}
</style>
background-color css
<style>
a { background-color: #68EFFF; }
a { background-color: rgb(104,239,255); }
div.DivClassName
{
background-color: #68EFFF;
}
.BgClassName
{
background-color: #68EFFF;
}
</style>
border-color css
<style>
span { border-color: #68EFFF; }
span { border-color: rgb(104,239,255); }
td.TdClassName
{
border-color: #68EFFF;
}
.TagClassName
{
border-color: #68EFFF;
}
</style>