Shades of Baby Blue #68FAFB
Tints of Baby Blue #68FAFB
RGB
CMYK
RGB Variations
Color information
#68FAFB (or 0x68FAFB) is known color: Baby Blue. HEX triplet: 68, FA and FB. RGB value is (104,250,251). Sum of RGB (Red+Green+Blue) = 104+250+251=605 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.19% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #68FAFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FAFB is #970504. Grayscale: #CECECE. Windows color (decimal): -9897221 or 16513640. OLE color: 16513640.
HSL color Cylindrical-coordinate representation of color #68FAFB: hue angle of 180.41º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FAFB is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 251 | - |
| CMYK | 0.59 | 0.00 | 0 | 0.02 |
| HSL | 180.41º | 0.95% | 0.7% | - |
| HSV(B) | 180.41º | 0.59% | 0.98% | - |
| XYZ | 57.31 | 78.28 | 103.36 | - |
| YUV | 206.46 | 153.13 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 251 | 0.59 | 0.00 | 0 | 0.02 | 180.41 | 0.95 | 0.7 |
| Hex | 68 | FA | FB | 3B | 0 | 0 | 2 | B4 | 5F | 46 |
| Octal | 150 | 372 | 373 | 73 | 0 | 0 | 2 | 264 | 137 | 106 |
| Binary | 1101000 | 11111010 | 11111011 | 111011 | 0 | 0 | 10 | 10110100 | 1011111 | 1000110 |
Color Harmonies of #68FAFB
Complementary color
Monochromatic Colors of #68FAFB
Black with #68FAFB
Text Example
Text Example
White with #68FAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAFB; }
p { color: rgb(104,250,251); }
H1.HeaderClassName
{
color: #68FAFB;
}
.AnyTagClassName
{
color: #68FAFB;
}
</style>
background-color css
<style>
a { background-color: #68FAFB; }
a { background-color: rgb(104,250,251); }
div.DivClassName
{
background-color: #68FAFB;
}
.BgClassName
{
background-color: #68FAFB;
}
</style>
border-color css
<style>
span { border-color: #68FAFB; }
span { border-color: rgb(104,250,251); }
td.TdClassName
{
border-color: #68FAFB;
}
.TagClassName
{
border-color: #68FAFB;
}
</style>