Shades of Baby Blue #68FDE4
Tints of Baby Blue #68FDE4
RGB
CMYK
RGB Variations
Color information
#68FDE4 (or 0x68FDE4) is known color: Baby Blue. HEX triplet: 68, FD and E4. RGB value is (104,253,228). Sum of RGB (Red+Green+Blue) = 104+253+228=585 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.78% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FDE4 is #97021B. Grayscale: #CDCDCD. Windows color (decimal): -9896476 or 15007080. OLE color: 15007080.
HSL color Cylindrical-coordinate representation of color #68FDE4: hue angle of 169.93º 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 #68FDE4 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 253 | 228 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.01 |
| HSL | 169.93º | 0.97% | 0.7% | - |
| HSV(B) | 169.93º | 0.59% | 0.99% | - |
| XYZ | 54.84 | 78.8 | 85.72 | - |
| YUV | 205.6 | 140.64 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 253 | 228 | 0.59 | 0 | 0.10 | 0.01 | 169.93 | 0.97 | 0.7 |
| Hex | 68 | FD | E4 | 3B | 0 | A | 1 | AA | 61 | 46 |
| Octal | 150 | 375 | 344 | 73 | 0 | 12 | 1 | 252 | 141 | 106 |
| Binary | 1101000 | 11111101 | 11100100 | 111011 | 0 | 1010 | 1 | 10101010 | 1100001 | 1000110 |
Color Harmonies of #68FDE4
Complementary color
Monochromatic Colors of #68FDE4
Black with #68FDE4
Text Example
Text Example
White with #68FDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FDE4; }
p { color: rgb(104,253,228); }
H1.HeaderClassName
{
color: #68FDE4;
}
.AnyTagClassName
{
color: #68FDE4;
}
</style>
background-color css
<style>
a { background-color: #68FDE4; }
a { background-color: rgb(104,253,228); }
div.DivClassName
{
background-color: #68FDE4;
}
.BgClassName
{
background-color: #68FDE4;
}
</style>
border-color css
<style>
span { border-color: #68FDE4; }
span { border-color: rgb(104,253,228); }
td.TdClassName
{
border-color: #68FDE4;
}
.TagClassName
{
border-color: #68FDE4;
}
</style>