Shades of Baby Blue #68FEFB
Tints of Baby Blue #68FEFB
RGB
CMYK
RGB Variations
Color information
#68FEFB (or 0x68FEFB) is known color: Baby Blue. HEX triplet: 68, FE and FB. RGB value is (104,254,251). Sum of RGB (Red+Green+Blue) = 104+254+251=609 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.08% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FEFB is #970104. Grayscale: #D0D0D0. Windows color (decimal): -9896197 or 16514664. OLE color: 16514664.
HSL color Cylindrical-coordinate representation of color #68FEFB: hue angle of 178.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FEFB is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 254 | 251 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.00 |
| HSL | 178.8º | 0.99% | 0.7% | - |
| HSV(B) | 178.8º | 0.59% | 1% | - |
| XYZ | 58.56 | 80.79 | 103.77 | - |
| YUV | 208.81 | 151.81 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 254 | 251 | 0.59 | 0 | 0.01 | 0.00 | 178.8 | 0.99 | 0.7 |
| Hex | 68 | FE | FB | 3B | 0 | 1 | 0 | B3 | 63 | 46 |
| Octal | 150 | 376 | 373 | 73 | 0 | 1 | 0 | 263 | 143 | 106 |
| Binary | 1101000 | 11111110 | 11111011 | 111011 | 0 | 1 | 0 | 10110011 | 1100011 | 1000110 |
Color Harmonies of #68FEFB
Complementary color
Monochromatic Colors of #68FEFB
Black with #68FEFB
Text Example
Text Example
White with #68FEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FEFB; }
p { color: rgb(104,254,251); }
H1.HeaderClassName
{
color: #68FEFB;
}
.AnyTagClassName
{
color: #68FEFB;
}
</style>
background-color css
<style>
a { background-color: #68FEFB; }
a { background-color: rgb(104,254,251); }
div.DivClassName
{
background-color: #68FEFB;
}
.BgClassName
{
background-color: #68FEFB;
}
</style>
border-color css
<style>
span { border-color: #68FEFB; }
span { border-color: rgb(104,254,251); }
td.TdClassName
{
border-color: #68FEFB;
}
.TagClassName
{
border-color: #68FEFB;
}
</style>