Shades of Baby Blue #68EDFE
Tints of Baby Blue #68EDFE
RGB
CMYK
RGB Variations
Color information
#68EDFE (or 0x68EDFE) is known color: Baby Blue. HEX triplet: 68, ED and FE. RGB value is (104,237,254). Sum of RGB (Red+Green+Blue) = 104+237+254=595 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.48% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #68EDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EDFE is #971201. Grayscale: #C6C6C6. Windows color (decimal): -9900546 or 16706920. OLE color: 16706920.
HSL color Cylindrical-coordinate representation of color #68EDFE: hue angle of 186.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 #68EDFE is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 237 | 254 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.00 |
| HSL | 186.8º | 0.99% | 0.7% | - |
| HSV(B) | 186.8º | 0.59% | 1% | - |
| XYZ | 53.88 | 70.67 | 104.57 | - |
| YUV | 199.17 | 158.94 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 254 | 0.59 | 0.07 | 0 | 0.00 | 186.8 | 0.99 | 0.7 |
| Hex | 68 | ED | FE | 3B | 7 | 0 | 0 | BB | 63 | 46 |
| Octal | 150 | 355 | 376 | 73 | 7 | 0 | 0 | 273 | 143 | 106 |
| Binary | 1101000 | 11101101 | 11111110 | 111011 | 111 | 0 | 0 | 10111011 | 1100011 | 1000110 |
Color Harmonies of #68EDFE
Complementary color
Monochromatic Colors of #68EDFE
Black with #68EDFE
Text Example
Text Example
White with #68EDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDFE; }
p { color: rgb(104,237,254); }
H1.HeaderClassName
{
color: #68EDFE;
}
.AnyTagClassName
{
color: #68EDFE;
}
</style>
background-color css
<style>
a { background-color: #68EDFE; }
a { background-color: rgb(104,237,254); }
div.DivClassName
{
background-color: #68EDFE;
}
.BgClassName
{
background-color: #68EDFE;
}
</style>
border-color css
<style>
span { border-color: #68EDFE; }
span { border-color: rgb(104,237,254); }
td.TdClassName
{
border-color: #68EDFE;
}
.TagClassName
{
border-color: #68EDFE;
}
</style>