Shades of Baby Blue #68EEFF
Tints of Baby Blue #68EEFF
RGB
CMYK
RGB Variations
Color information
#68EEFF (or 0x68EEFF) is known color: Baby Blue. HEX triplet: 68, EE and FF. RGB value is (104,238,255). Sum of RGB (Red+Green+Blue) = 104+238+255=597 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.42% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #68EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EEFF is #971100. Grayscale: #C7C7C7. Windows color (decimal): -9900289 or 16772712. OLE color: 16772712.
HSL color Cylindrical-coordinate representation of color #68EEFF: hue angle of 186.75º 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 #68EEFF is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 238 | 255 | - |
| CMYK | 0.59 | 0.07 | 0 | 0 |
| HSL | 186.76º | 1% | 0.7% | - |
| HSV(B) | 186.76º | 0.59% | 1% | - |
| XYZ | 54.33 | 71.31 | 105.51 | - |
| YUV | 199.87 | 159.11 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 255 | 0.59 | 0.07 | 0 | 0 | 186.76 | 1 | 0.7 |
| Hex | 68 | EE | FF | 3B | 7 | 0 | 0 | BB | 64 | 46 |
| Octal | 150 | 356 | 377 | 73 | 7 | 0 | 0 | 273 | 144 | 106 |
| Binary | 1101000 | 11101110 | 11111111 | 111011 | 111 | 0 | 0 | 10111011 | 1100100 | 1000110 |
Color Harmonies of #68EEFF
Complementary color
Monochromatic Colors of #68EEFF
Black with #68EEFF
Text Example
Text Example
White with #68EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEFF; }
p { color: rgb(104,238,255); }
H1.HeaderClassName
{
color: #68EEFF;
}
.AnyTagClassName
{
color: #68EEFF;
}
</style>
background-color css
<style>
a { background-color: #68EEFF; }
a { background-color: rgb(104,238,255); }
div.DivClassName
{
background-color: #68EEFF;
}
.BgClassName
{
background-color: #68EEFF;
}
</style>
border-color css
<style>
span { border-color: #68EEFF; }
span { border-color: rgb(104,238,255); }
td.TdClassName
{
border-color: #68EEFF;
}
.TagClassName
{
border-color: #68EEFF;
}
</style>