Shades of Baby Blue #68FAFA
Tints of Baby Blue #68FAFA
RGB
CMYK
RGB Variations
Color information
#68FAFA (or 0x68FAFA) is known color: Baby Blue. HEX triplet: 68, FA and FA. RGB value is (104,250,250). Sum of RGB (Red+Green+Blue) = 104+250+250=604 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.22% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #68FAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FAFA is #970505. Grayscale: #CECECE. Windows color (decimal): -9897222 or 16448104. OLE color: 16448104.
HSL color Cylindrical-coordinate representation of color #68FAFA: hue angle of 180º 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 #68FAFA is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 250 | - |
| CMYK | 0.58 | 0 | 0 | 0.02 |
| HSL | 180º | 0.94% | 0.69% | - |
| HSV(B) | 180º | 0.58% | 0.98% | - |
| XYZ | 57.15 | 78.22 | 102.53 | - |
| YUV | 206.35 | 152.63 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 250 | 0.58 | 0 | 0 | 0.02 | 180 | 0.94 | 0.69 |
| Hex | 68 | FA | FA | 3A | 0 | 0 | 2 | B4 | 5E | 45 |
| Octal | 150 | 372 | 372 | 72 | 0 | 0 | 2 | 264 | 136 | 105 |
| Binary | 1101000 | 11111010 | 11111010 | 111010 | 0 | 0 | 10 | 10110100 | 1011110 | 1000101 |
Color Harmonies of #68FAFA
Complementary color
Monochromatic Colors of #68FAFA
Black with #68FAFA
Text Example
Text Example
White with #68FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAFA; }
p { color: rgb(104,250,250); }
H1.HeaderClassName
{
color: #68FAFA;
}
.AnyTagClassName
{
color: #68FAFA;
}
</style>
background-color css
<style>
a { background-color: #68FAFA; }
a { background-color: rgb(104,250,250); }
div.DivClassName
{
background-color: #68FAFA;
}
.BgClassName
{
background-color: #68FAFA;
}
</style>
border-color css
<style>
span { border-color: #68FAFA; }
span { border-color: rgb(104,250,250); }
td.TdClassName
{
border-color: #68FAFA;
}
.TagClassName
{
border-color: #68FAFA;
}
</style>