Shades of Baby Blue #68FDEA
Tints of Baby Blue #68FDEA
RGB
CMYK
RGB Variations
Color information
#68FDEA (or 0x68FDEA) is known color: Baby Blue. HEX triplet: 68, FD and EA. RGB value is (104,253,234). Sum of RGB (Red+Green+Blue) = 104+253+234=591 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.60% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FDEA is #970215. Grayscale: #CECECE. Windows color (decimal): -9896470 or 15400296. OLE color: 15400296.
HSL color Cylindrical-coordinate representation of color #68FDEA: hue angle of 172.35º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FDEA is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 253 | 234 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.01 |
| HSL | 172.35º | 0.97% | 0.7% | - |
| HSV(B) | 172.35º | 0.59% | 0.99% | - |
| XYZ | 55.69 | 79.13 | 90.18 | - |
| YUV | 206.28 | 143.64 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 253 | 234 | 0.59 | 0 | 0.08 | 0.01 | 172.35 | 0.97 | 0.7 |
| Hex | 68 | FD | EA | 3B | 0 | 8 | 1 | AC | 61 | 46 |
| Octal | 150 | 375 | 352 | 73 | 0 | 10 | 1 | 254 | 141 | 106 |
| Binary | 1101000 | 11111101 | 11101010 | 111011 | 0 | 1000 | 1 | 10101100 | 1100001 | 1000110 |
Color Harmonies of #68FDEA
Complementary color
Monochromatic Colors of #68FDEA
Black with #68FDEA
Text Example
Text Example
White with #68FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FDEA; }
p { color: rgb(104,253,234); }
H1.HeaderClassName
{
color: #68FDEA;
}
.AnyTagClassName
{
color: #68FDEA;
}
</style>
background-color css
<style>
a { background-color: #68FDEA; }
a { background-color: rgb(104,253,234); }
div.DivClassName
{
background-color: #68FDEA;
}
.BgClassName
{
background-color: #68FDEA;
}
</style>
border-color css
<style>
span { border-color: #68FDEA; }
span { border-color: rgb(104,253,234); }
td.TdClassName
{
border-color: #68FDEA;
}
.TagClassName
{
border-color: #68FDEA;
}
</style>