Shades of Baby Blue #68EEFE
Tints of Baby Blue #68EEFE
RGB
CMYK
RGB Variations
Color information
#68EEFE (or 0x68EEFE) is known color: Baby Blue. HEX triplet: 68, EE and FE. RGB value is (104,238,254). Sum of RGB (Red+Green+Blue) = 104+238+254=596 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.45% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #68EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EEFE is #971101. Grayscale: #C7C7C7. Windows color (decimal): -9900290 or 16707176. OLE color: 16707176.
HSL color Cylindrical-coordinate representation of color #68EEFE: hue angle of 186.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 #68EEFE is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 238 | 254 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.00 |
| HSL | 186.4º | 0.99% | 0.7% | - |
| HSV(B) | 186.4º | 0.59% | 1% | - |
| XYZ | 54.17 | 71.25 | 104.66 | - |
| YUV | 199.76 | 158.61 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 254 | 0.59 | 0.06 | 0 | 0.00 | 186.4 | 0.99 | 0.7 |
| Hex | 68 | EE | FE | 3B | 6 | 0 | 0 | BA | 63 | 46 |
| Octal | 150 | 356 | 376 | 73 | 6 | 0 | 0 | 272 | 143 | 106 |
| Binary | 1101000 | 11101110 | 11111110 | 111011 | 110 | 0 | 0 | 10111010 | 1100011 | 1000110 |
Color Harmonies of #68EEFE
Complementary color
Monochromatic Colors of #68EEFE
Black with #68EEFE
Text Example
Text Example
White with #68EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEFE; }
p { color: rgb(104,238,254); }
H1.HeaderClassName
{
color: #68EEFE;
}
.AnyTagClassName
{
color: #68EEFE;
}
</style>
background-color css
<style>
a { background-color: #68EEFE; }
a { background-color: rgb(104,238,254); }
div.DivClassName
{
background-color: #68EEFE;
}
.BgClassName
{
background-color: #68EEFE;
}
</style>
border-color css
<style>
span { border-color: #68EEFE; }
span { border-color: rgb(104,238,254); }
td.TdClassName
{
border-color: #68EEFE;
}
.TagClassName
{
border-color: #68EEFE;
}
</style>