Shades of Baby Blue #68FAF9
Tints of Baby Blue #68FAF9
RGB
CMYK
RGB Variations
Color information
#68FAF9 (or 0x68FAF9) is known color: Baby Blue. HEX triplet: 68, FA and F9. RGB value is (104,250,249). Sum of RGB (Red+Green+Blue) = 104+250+249=603 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.25% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FAF9 is #970506. Grayscale: #CECECE. Windows color (decimal): -9897223 or 16382568. OLE color: 16382568.
HSL color Cylindrical-coordinate representation of color #68FAF9: hue angle of 179.59º 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 #68FAF9 is Cyan = 0.58, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 249 | - |
| CMYK | 0.58 | 0 | 0.00 | 0.02 |
| HSL | 179.59º | 0.94% | 0.69% | - |
| HSV(B) | 179.59º | 0.58% | 0.98% | - |
| XYZ | 56.99 | 78.15 | 101.7 | - |
| YUV | 206.23 | 152.13 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 249 | 0.58 | 0 | 0.00 | 0.02 | 179.59 | 0.94 | 0.69 |
| Hex | 68 | FA | F9 | 3A | 0 | 0 | 2 | B4 | 5E | 45 |
| Octal | 150 | 372 | 371 | 72 | 0 | 0 | 2 | 264 | 136 | 105 |
| Binary | 1101000 | 11111010 | 11111001 | 111010 | 0 | 0 | 10 | 10110100 | 1011110 | 1000101 |
Color Harmonies of #68FAF9
Complementary color
Monochromatic Colors of #68FAF9
Black with #68FAF9
Text Example
Text Example
White with #68FAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAF9; }
p { color: rgb(104,250,249); }
H1.HeaderClassName
{
color: #68FAF9;
}
.AnyTagClassName
{
color: #68FAF9;
}
</style>
background-color css
<style>
a { background-color: #68FAF9; }
a { background-color: rgb(104,250,249); }
div.DivClassName
{
background-color: #68FAF9;
}
.BgClassName
{
background-color: #68FAF9;
}
</style>
border-color css
<style>
span { border-color: #68FAF9; }
span { border-color: rgb(104,250,249); }
td.TdClassName
{
border-color: #68FAF9;
}
.TagClassName
{
border-color: #68FAF9;
}
</style>