Shades of Baby Blue #68FEEA
Tints of Baby Blue #68FEEA
RGB
CMYK
RGB Variations
Color information
#68FEEA (or 0x68FEEA) is known color: Baby Blue. HEX triplet: 68, FE and EA. RGB value is (104,254,234). Sum of RGB (Red+Green+Blue) = 104+254+234=592 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.57% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FEEA is #970115. Grayscale: #CECECE. Windows color (decimal): -9896214 or 15400552. OLE color: 15400552.
HSL color Cylindrical-coordinate representation of color #68FEEA: hue angle of 172º 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 #68FEEA is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 254 | 234 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.00 |
| HSL | 172º | 0.99% | 0.7% | - |
| HSV(B) | 172º | 0.59% | 1% | - |
| XYZ | 56 | 79.77 | 90.29 | - |
| YUV | 206.87 | 143.31 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 254 | 234 | 0.59 | 0 | 0.08 | 0.00 | 172 | 0.99 | 0.7 |
| Hex | 68 | FE | EA | 3B | 0 | 8 | 0 | AC | 63 | 46 |
| Octal | 150 | 376 | 352 | 73 | 0 | 10 | 0 | 254 | 143 | 106 |
| Binary | 1101000 | 11111110 | 11101010 | 111011 | 0 | 1000 | 0 | 10101100 | 1100011 | 1000110 |
Color Harmonies of #68FEEA
Complementary color
Monochromatic Colors of #68FEEA
Black with #68FEEA
Text Example
Text Example
White with #68FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FEEA; }
p { color: rgb(104,254,234); }
H1.HeaderClassName
{
color: #68FEEA;
}
.AnyTagClassName
{
color: #68FEEA;
}
</style>
background-color css
<style>
a { background-color: #68FEEA; }
a { background-color: rgb(104,254,234); }
div.DivClassName
{
background-color: #68FEEA;
}
.BgClassName
{
background-color: #68FEEA;
}
</style>
border-color css
<style>
span { border-color: #68FEEA; }
span { border-color: rgb(104,254,234); }
td.TdClassName
{
border-color: #68FEEA;
}
.TagClassName
{
border-color: #68FEEA;
}
</style>