Shades of Baby Blue #68F4F2
Tints of Baby Blue #68F4F2
RGB
CMYK
RGB Variations
Color information
#68F4F2 (or 0x68F4F2) is known color: Baby Blue. HEX triplet: 68, F4 and F2. RGB value is (104,244,242). Sum of RGB (Red+Green+Blue) = 104+244+242=590 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.63% from 590); Green value is 244 (95.70% from 255 or 41.36% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F4F2 is #970B0D. Grayscale: #C9C9C9. Windows color (decimal): -9898766 or 15922280. OLE color: 15922280.
HSL color Cylindrical-coordinate representation of color #68F4F2: hue angle of 179.14º 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 #68F4F2 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 242 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.04 |
| HSL | 179.14º | 0.86% | 0.68% | - |
| HSV(B) | 179.14º | 0.57% | 0.96% | - |
| XYZ | 54.09 | 74.06 | 95.45 | - |
| YUV | 201.91 | 150.62 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 242 | 0.57 | 0 | 0.01 | 0.04 | 179.14 | 0.86 | 0.68 |
| Hex | 68 | F4 | F2 | 39 | 0 | 1 | 4 | B3 | 56 | 44 |
| Octal | 150 | 364 | 362 | 71 | 0 | 1 | 4 | 263 | 126 | 104 |
| Binary | 1101000 | 11110100 | 11110010 | 111001 | 0 | 1 | 100 | 10110011 | 1010110 | 1000100 |
Color Harmonies of #68F4F2
Complementary color
Monochromatic Colors of #68F4F2
Black with #68F4F2
Text Example
Text Example
White with #68F4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F4F2; }
p { color: rgb(104,244,242); }
H1.HeaderClassName
{
color: #68F4F2;
}
.AnyTagClassName
{
color: #68F4F2;
}
</style>
background-color css
<style>
a { background-color: #68F4F2; }
a { background-color: rgb(104,244,242); }
div.DivClassName
{
background-color: #68F4F2;
}
.BgClassName
{
background-color: #68F4F2;
}
</style>
border-color css
<style>
span { border-color: #68F4F2; }
span { border-color: rgb(104,244,242); }
td.TdClassName
{
border-color: #68F4F2;
}
.TagClassName
{
border-color: #68F4F2;
}
</style>