Shades of Baby Blue #68F4F3
Tints of Baby Blue #68F4F3
RGB
CMYK
RGB Variations
Color information
#68F4F3 (or 0x68F4F3) is known color: Baby Blue. HEX triplet: 68, F4 and F3. RGB value is (104,244,243). Sum of RGB (Red+Green+Blue) = 104+244+243=591 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.60% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F4F3 is #970B0C. Grayscale: #C9C9C9. Windows color (decimal): -9898765 or 15987816. OLE color: 15987816.
HSL color Cylindrical-coordinate representation of color #68F4F3: hue angle of 179.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F4F3 is Cyan = 0.57, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 243 | - |
| CMYK | 0.57 | 0 | 0.00 | 0.04 |
| HSL | 179.57º | 0.86% | 0.68% | - |
| HSV(B) | 179.57º | 0.57% | 0.96% | - |
| XYZ | 54.24 | 74.12 | 96.24 | - |
| YUV | 202.03 | 151.12 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 243 | 0.57 | 0 | 0.00 | 0.04 | 179.57 | 0.86 | 0.68 |
| Hex | 68 | F4 | F3 | 39 | 0 | 0 | 4 | B4 | 56 | 44 |
| Octal | 150 | 364 | 363 | 71 | 0 | 0 | 4 | 264 | 126 | 104 |
| Binary | 1101000 | 11110100 | 11110011 | 111001 | 0 | 0 | 100 | 10110100 | 1010110 | 1000100 |
Color Harmonies of #68F4F3
Complementary color
Monochromatic Colors of #68F4F3
Black with #68F4F3
Text Example
Text Example
White with #68F4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F4F3; }
p { color: rgb(104,244,243); }
H1.HeaderClassName
{
color: #68F4F3;
}
.AnyTagClassName
{
color: #68F4F3;
}
</style>
background-color css
<style>
a { background-color: #68F4F3; }
a { background-color: rgb(104,244,243); }
div.DivClassName
{
background-color: #68F4F3;
}
.BgClassName
{
background-color: #68F4F3;
}
</style>
border-color css
<style>
span { border-color: #68F4F3; }
span { border-color: rgb(104,244,243); }
td.TdClassName
{
border-color: #68F4F3;
}
.TagClassName
{
border-color: #68F4F3;
}
</style>