Shades of Baby Blue #68F3E7
Tints of Baby Blue #68F3E7
RGB
CMYK
RGB Variations
Color information
#68F3E7 (or 0x68F3E7) is known color: Baby Blue. HEX triplet: 68, F3 and E7. RGB value is (104,243,231). Sum of RGB (Red+Green+Blue) = 104+243+231=578 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.99% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #68F3E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F3E7 is #970C18. Grayscale: #C7C7C7. Windows color (decimal): -9899033 or 15201128. OLE color: 15201128.
HSL color Cylindrical-coordinate representation of color #68F3E7: hue angle of 174.82º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F3E7 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 231 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.05 |
| HSL | 174.82º | 0.85% | 0.68% | - |
| HSV(B) | 174.82º | 0.57% | 0.95% | - |
| XYZ | 52.18 | 72.81 | 86.91 | - |
| YUV | 200.07 | 145.45 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 231 | 0.57 | 0 | 0.05 | 0.05 | 174.82 | 0.85 | 0.68 |
| Hex | 68 | F3 | E7 | 39 | 0 | 5 | 5 | AF | 55 | 44 |
| Octal | 150 | 363 | 347 | 71 | 0 | 5 | 5 | 257 | 125 | 104 |
| Binary | 1101000 | 11110011 | 11100111 | 111001 | 0 | 101 | 101 | 10101111 | 1010101 | 1000100 |
Color Harmonies of #68F3E7
Complementary color
Monochromatic Colors of #68F3E7
Black with #68F3E7
Text Example
Text Example
White with #68F3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F3E7; }
p { color: rgb(104,243,231); }
H1.HeaderClassName
{
color: #68F3E7;
}
.AnyTagClassName
{
color: #68F3E7;
}
</style>
background-color css
<style>
a { background-color: #68F3E7; }
a { background-color: rgb(104,243,231); }
div.DivClassName
{
background-color: #68F3E7;
}
.BgClassName
{
background-color: #68F3E7;
}
</style>
border-color css
<style>
span { border-color: #68F3E7; }
span { border-color: rgb(104,243,231); }
td.TdClassName
{
border-color: #68F3E7;
}
.TagClassName
{
border-color: #68F3E7;
}
</style>