Shades of Baby Blue #68FAF8
Tints of Baby Blue #68FAF8
RGB
CMYK
RGB Variations
Color information
#68FAF8 (or 0x68FAF8) is known color: Baby Blue. HEX triplet: 68, FA and F8. RGB value is (104,250,248). Sum of RGB (Red+Green+Blue) = 104+250+248=602 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.28% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FAF8 is #970507. Grayscale: #CDCDCD. Windows color (decimal): -9897224 or 16317032. OLE color: 16317032.
HSL color Cylindrical-coordinate representation of color #68FAF8: hue angle of 179.18º 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 #68FAF8 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 248 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.02 |
| HSL | 179.18º | 0.94% | 0.69% | - |
| HSV(B) | 179.18º | 0.58% | 0.98% | - |
| XYZ | 56.84 | 78.09 | 100.88 | - |
| YUV | 206.12 | 151.63 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 248 | 0.58 | 0 | 0.01 | 0.02 | 179.18 | 0.94 | 0.69 |
| Hex | 68 | FA | F8 | 3A | 0 | 1 | 2 | B3 | 5E | 45 |
| Octal | 150 | 372 | 370 | 72 | 0 | 1 | 2 | 263 | 136 | 105 |
| Binary | 1101000 | 11111010 | 11111000 | 111010 | 0 | 1 | 10 | 10110011 | 1011110 | 1000101 |
Color Harmonies of #68FAF8
Complementary color
Monochromatic Colors of #68FAF8
Black with #68FAF8
Text Example
Text Example
White with #68FAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAF8; }
p { color: rgb(104,250,248); }
H1.HeaderClassName
{
color: #68FAF8;
}
.AnyTagClassName
{
color: #68FAF8;
}
</style>
background-color css
<style>
a { background-color: #68FAF8; }
a { background-color: rgb(104,250,248); }
div.DivClassName
{
background-color: #68FAF8;
}
.BgClassName
{
background-color: #68FAF8;
}
</style>
border-color css
<style>
span { border-color: #68FAF8; }
span { border-color: rgb(104,250,248); }
td.TdClassName
{
border-color: #68FAF8;
}
.TagClassName
{
border-color: #68FAF8;
}
</style>