Shades of Baby Blue #68F7FA
Tints of Baby Blue #68F7FA
RGB
CMYK
RGB Variations
Color information
#68F7FA (or 0x68F7FA) is known color: Baby Blue. HEX triplet: 68, F7 and FA. RGB value is (104,247,250). Sum of RGB (Red+Green+Blue) = 104+247+250=601 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.30% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #68F7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F7FA is #970805. Grayscale: #CCCCCC. Windows color (decimal): -9897990 or 16447336. OLE color: 16447336.
HSL color Cylindrical-coordinate representation of color #68F7FA: hue angle of 181.23º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F7FA is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 247 | 250 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.02 |
| HSL | 181.23º | 0.94% | 0.69% | - |
| HSV(B) | 181.23º | 0.58% | 0.98% | - |
| XYZ | 56.23 | 76.37 | 102.22 | - |
| YUV | 204.59 | 153.62 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 247 | 250 | 0.58 | 0.01 | 0 | 0.02 | 181.23 | 0.94 | 0.69 |
| Hex | 68 | F7 | FA | 3A | 1 | 0 | 2 | B5 | 5E | 45 |
| Octal | 150 | 367 | 372 | 72 | 1 | 0 | 2 | 265 | 136 | 105 |
| Binary | 1101000 | 11110111 | 11111010 | 111010 | 1 | 0 | 10 | 10110101 | 1011110 | 1000101 |
Color Harmonies of #68F7FA
Complementary color
Monochromatic Colors of #68F7FA
Black with #68F7FA
Text Example
Text Example
White with #68F7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F7FA; }
p { color: rgb(104,247,250); }
H1.HeaderClassName
{
color: #68F7FA;
}
.AnyTagClassName
{
color: #68F7FA;
}
</style>
background-color css
<style>
a { background-color: #68F7FA; }
a { background-color: rgb(104,247,250); }
div.DivClassName
{
background-color: #68F7FA;
}
.BgClassName
{
background-color: #68F7FA;
}
</style>
border-color css
<style>
span { border-color: #68F7FA; }
span { border-color: rgb(104,247,250); }
td.TdClassName
{
border-color: #68F7FA;
}
.TagClassName
{
border-color: #68F7FA;
}
</style>