Shades of Baby Blue #68F5FA
Tints of Baby Blue #68F5FA
RGB
CMYK
RGB Variations
Color information
#68F5FA (or 0x68F5FA) is known color: Baby Blue. HEX triplet: 68, F5 and FA. RGB value is (104,245,250). Sum of RGB (Red+Green+Blue) = 104+245+250=599 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.36% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #68F5FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F5FA is #970A05. Grayscale: #CBCBCB. Windows color (decimal): -9898502 or 16446824. OLE color: 16446824.
HSL color Cylindrical-coordinate representation of color #68F5FA: hue angle of 182.05º 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 #68F5FA is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 245 | 250 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.02 |
| HSL | 182.05º | 0.94% | 0.69% | - |
| HSV(B) | 182.05º | 0.58% | 0.98% | - |
| XYZ | 55.62 | 75.15 | 102.02 | - |
| YUV | 203.41 | 154.29 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 245 | 250 | 0.58 | 0.02 | 0 | 0.02 | 182.05 | 0.94 | 0.69 |
| Hex | 68 | F5 | FA | 3A | 2 | 0 | 2 | B6 | 5E | 45 |
| Octal | 150 | 365 | 372 | 72 | 2 | 0 | 2 | 266 | 136 | 105 |
| Binary | 1101000 | 11110101 | 11111010 | 111010 | 10 | 0 | 10 | 10110110 | 1011110 | 1000101 |
Color Harmonies of #68F5FA
Complementary color
Monochromatic Colors of #68F5FA
Black with #68F5FA
Text Example
Text Example
White with #68F5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F5FA; }
p { color: rgb(104,245,250); }
H1.HeaderClassName
{
color: #68F5FA;
}
.AnyTagClassName
{
color: #68F5FA;
}
</style>
background-color css
<style>
a { background-color: #68F5FA; }
a { background-color: rgb(104,245,250); }
div.DivClassName
{
background-color: #68F5FA;
}
.BgClassName
{
background-color: #68F5FA;
}
</style>
border-color css
<style>
span { border-color: #68F5FA; }
span { border-color: rgb(104,245,250); }
td.TdClassName
{
border-color: #68F5FA;
}
.TagClassName
{
border-color: #68F5FA;
}
</style>