Shades of Baby Blue #68E9FD
Tints of Baby Blue #68E9FD
RGB
CMYK
RGB Variations
Color information
#68E9FD (or 0x68E9FD) is known color: Baby Blue. HEX triplet: 68, E9 and FD. RGB value is (104,233,253). Sum of RGB (Red+Green+Blue) = 104+233+253=590 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.63% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #68E9FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68E9FD is #971602. Grayscale: #C4C4C4. Windows color (decimal): -9901571 or 16640360. OLE color: 16640360.
HSL color Cylindrical-coordinate representation of color #68E9FD: hue angle of 188.05º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68E9FD is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 233 | 253 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.01 |
| HSL | 188.05º | 0.97% | 0.7% | - |
| HSV(B) | 188.05º | 0.59% | 0.99% | - |
| XYZ | 52.58 | 68.31 | 103.34 | - |
| YUV | 196.71 | 159.76 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 233 | 253 | 0.59 | 0.08 | 0 | 0.01 | 188.05 | 0.97 | 0.7 |
| Hex | 68 | E9 | FD | 3B | 8 | 0 | 1 | BC | 61 | 46 |
| Octal | 150 | 351 | 375 | 73 | 10 | 0 | 1 | 274 | 141 | 106 |
| Binary | 1101000 | 11101001 | 11111101 | 111011 | 1000 | 0 | 1 | 10111100 | 1100001 | 1000110 |
Color Harmonies of #68E9FD
Complementary color
Monochromatic Colors of #68E9FD
Black with #68E9FD
Text Example
Text Example
White with #68E9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E9FD; }
p { color: rgb(104,233,253); }
H1.HeaderClassName
{
color: #68E9FD;
}
.AnyTagClassName
{
color: #68E9FD;
}
</style>
background-color css
<style>
a { background-color: #68E9FD; }
a { background-color: rgb(104,233,253); }
div.DivClassName
{
background-color: #68E9FD;
}
.BgClassName
{
background-color: #68E9FD;
}
</style>
border-color css
<style>
span { border-color: #68E9FD; }
span { border-color: rgb(104,233,253); }
td.TdClassName
{
border-color: #68E9FD;
}
.TagClassName
{
border-color: #68E9FD;
}
</style>