Shades of Baby Blue #68EDF5
Tints of Baby Blue #68EDF5
RGB
CMYK
RGB Variations
Color information
#68EDF5 (or 0x68EDF5) is known color: Baby Blue. HEX triplet: 68, ED and F5. RGB value is (104,237,245). Sum of RGB (Red+Green+Blue) = 104+237+245=586 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.75% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #68EDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EDF5 is #97120A. Grayscale: #C5C5C5. Windows color (decimal): -9900555 or 16117096. OLE color: 16117096.
HSL color Cylindrical-coordinate representation of color #68EDF5: hue angle of 183.4º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68EDF5 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 237 | 245 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.04 |
| HSL | 183.4º | 0.88% | 0.68% | - |
| HSV(B) | 183.4º | 0.58% | 0.96% | - |
| XYZ | 52.47 | 70.1 | 97.15 | - |
| YUV | 198.15 | 154.44 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 245 | 0.58 | 0.03 | 0 | 0.04 | 183.4 | 0.88 | 0.68 |
| Hex | 68 | ED | F5 | 3A | 3 | 0 | 4 | B7 | 58 | 44 |
| Octal | 150 | 355 | 365 | 72 | 3 | 0 | 4 | 267 | 130 | 104 |
| Binary | 1101000 | 11101101 | 11110101 | 111010 | 11 | 0 | 100 | 10110111 | 1011000 | 1000100 |
Color Harmonies of #68EDF5
Complementary color
Monochromatic Colors of #68EDF5
Black with #68EDF5
Text Example
Text Example
White with #68EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDF5; }
p { color: rgb(104,237,245); }
H1.HeaderClassName
{
color: #68EDF5;
}
.AnyTagClassName
{
color: #68EDF5;
}
</style>
background-color css
<style>
a { background-color: #68EDF5; }
a { background-color: rgb(104,237,245); }
div.DivClassName
{
background-color: #68EDF5;
}
.BgClassName
{
background-color: #68EDF5;
}
</style>
border-color css
<style>
span { border-color: #68EDF5; }
span { border-color: rgb(104,237,245); }
td.TdClassName
{
border-color: #68EDF5;
}
.TagClassName
{
border-color: #68EDF5;
}
</style>