Shades of Baby Blue #68FBE4
Tints of Baby Blue #68FBE4
RGB
CMYK
RGB Variations
Color information
#68FBE4 (or 0x68FBE4) is known color: Baby Blue. HEX triplet: 68, FB and E4. RGB value is (104,251,228). Sum of RGB (Red+Green+Blue) = 104+251+228=583 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.84% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FBE4 is #97041B. Grayscale: #CCCCCC. Windows color (decimal): -9896988 or 15006568. OLE color: 15006568.
HSL color Cylindrical-coordinate representation of color #68FBE4: hue angle of 170.61º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FBE4 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 228 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.02 |
| HSL | 170.61º | 0.95% | 0.7% | - |
| HSV(B) | 170.61º | 0.59% | 0.98% | - |
| XYZ | 54.21 | 77.54 | 85.51 | - |
| YUV | 204.43 | 141.3 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 228 | 0.59 | 0 | 0.09 | 0.02 | 170.61 | 0.95 | 0.7 |
| Hex | 68 | FB | E4 | 3B | 0 | 9 | 2 | AB | 5F | 46 |
| Octal | 150 | 373 | 344 | 73 | 0 | 11 | 2 | 253 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11100100 | 111011 | 0 | 1001 | 10 | 10101011 | 1011111 | 1000110 |
Color Harmonies of #68FBE4
Complementary color
Monochromatic Colors of #68FBE4
Black with #68FBE4
Text Example
Text Example
White with #68FBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBE4; }
p { color: rgb(104,251,228); }
H1.HeaderClassName
{
color: #68FBE4;
}
.AnyTagClassName
{
color: #68FBE4;
}
</style>
background-color css
<style>
a { background-color: #68FBE4; }
a { background-color: rgb(104,251,228); }
div.DivClassName
{
background-color: #68FBE4;
}
.BgClassName
{
background-color: #68FBE4;
}
</style>
border-color css
<style>
span { border-color: #68FBE4; }
span { border-color: rgb(104,251,228); }
td.TdClassName
{
border-color: #68FBE4;
}
.TagClassName
{
border-color: #68FBE4;
}
</style>