Shades of Baby Blue #68EAFD
Tints of Baby Blue #68EAFD
RGB
CMYK
RGB Variations
Color information
#68EAFD (or 0x68EAFD) is known color: Baby Blue. HEX triplet: 68, EA and FD. RGB value is (104,234,253). Sum of RGB (Red+Green+Blue) = 104+234+253=591 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.60% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #68EAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EAFD is #971502. Grayscale: #C5C5C5. Windows color (decimal): -9901315 or 16640616. OLE color: 16640616.
HSL color Cylindrical-coordinate representation of color #68EAFD: hue angle of 187.65º 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 #68EAFD is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 234 | 253 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.01 |
| HSL | 187.65º | 0.97% | 0.7% | - |
| HSV(B) | 187.65º | 0.59% | 0.99% | - |
| XYZ | 52.86 | 68.88 | 103.44 | - |
| YUV | 197.3 | 159.43 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 253 | 0.59 | 0.08 | 0 | 0.01 | 187.65 | 0.97 | 0.7 |
| Hex | 68 | EA | FD | 3B | 8 | 0 | 1 | BC | 61 | 46 |
| Octal | 150 | 352 | 375 | 73 | 10 | 0 | 1 | 274 | 141 | 106 |
| Binary | 1101000 | 11101010 | 11111101 | 111011 | 1000 | 0 | 1 | 10111100 | 1100001 | 1000110 |
Color Harmonies of #68EAFD
Complementary color
Monochromatic Colors of #68EAFD
Black with #68EAFD
Text Example
Text Example
White with #68EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAFD; }
p { color: rgb(104,234,253); }
H1.HeaderClassName
{
color: #68EAFD;
}
.AnyTagClassName
{
color: #68EAFD;
}
</style>
background-color css
<style>
a { background-color: #68EAFD; }
a { background-color: rgb(104,234,253); }
div.DivClassName
{
background-color: #68EAFD;
}
.BgClassName
{
background-color: #68EAFD;
}
</style>
border-color css
<style>
span { border-color: #68EAFD; }
span { border-color: rgb(104,234,253); }
td.TdClassName
{
border-color: #68EAFD;
}
.TagClassName
{
border-color: #68EAFD;
}
</style>