Shades of Baby Blue #68F4FB
Tints of Baby Blue #68F4FB
RGB
CMYK
RGB Variations
Color information
#68F4FB (or 0x68F4FB) is known color: Baby Blue. HEX triplet: 68, F4 and FB. RGB value is (104,244,251). Sum of RGB (Red+Green+Blue) = 104+244+251=599 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.36% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #68F4FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F4FB is #970B04. Grayscale: #CACACA. Windows color (decimal): -9898757 or 16512104. OLE color: 16512104.
HSL color Cylindrical-coordinate representation of color #68F4FB: hue angle of 182.86º 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 #68F4FB is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 244 | 251 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.02 |
| HSL | 182.86º | 0.95% | 0.7% | - |
| HSV(B) | 182.86º | 0.59% | 0.98% | - |
| XYZ | 55.47 | 74.61 | 102.74 | - |
| YUV | 202.94 | 155.12 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 251 | 0.59 | 0.03 | 0 | 0.02 | 182.86 | 0.95 | 0.7 |
| Hex | 68 | F4 | FB | 3B | 3 | 0 | 2 | B7 | 5F | 46 |
| Octal | 150 | 364 | 373 | 73 | 3 | 0 | 2 | 267 | 137 | 106 |
| Binary | 1101000 | 11110100 | 11111011 | 111011 | 11 | 0 | 10 | 10110111 | 1011111 | 1000110 |
Color Harmonies of #68F4FB
Complementary color
Monochromatic Colors of #68F4FB
Black with #68F4FB
Text Example
Text Example
White with #68F4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F4FB; }
p { color: rgb(104,244,251); }
H1.HeaderClassName
{
color: #68F4FB;
}
.AnyTagClassName
{
color: #68F4FB;
}
</style>
background-color css
<style>
a { background-color: #68F4FB; }
a { background-color: rgb(104,244,251); }
div.DivClassName
{
background-color: #68F4FB;
}
.BgClassName
{
background-color: #68F4FB;
}
</style>
border-color css
<style>
span { border-color: #68F4FB; }
span { border-color: rgb(104,244,251); }
td.TdClassName
{
border-color: #68F4FB;
}
.TagClassName
{
border-color: #68F4FB;
}
</style>