Shades of Baby Blue #68EDFF
Tints of Baby Blue #68EDFF
RGB
CMYK
RGB Variations
Color information
#68EDFF (or 0x68EDFF) is known color: Baby Blue. HEX triplet: 68, ED and FF. RGB value is (104,237,255). Sum of RGB (Red+Green+Blue) = 104+237+255=596 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.45% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #68EDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EDFF is #971200. Grayscale: #C7C7C7. Windows color (decimal): -9900545 or 16772456. OLE color: 16772456.
HSL color Cylindrical-coordinate representation of color #68EDFF: hue angle of 187.15º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68EDFF is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 237 | 255 | - |
| CMYK | 0.59 | 0.07 | 0 | 0 |
| HSL | 187.15º | 1% | 0.7% | - |
| HSV(B) | 187.15º | 0.59% | 1% | - |
| XYZ | 54.04 | 70.73 | 105.41 | - |
| YUV | 199.29 | 159.44 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 255 | 0.59 | 0.07 | 0 | 0 | 187.15 | 1 | 0.7 |
| Hex | 68 | ED | FF | 3B | 7 | 0 | 0 | BB | 64 | 46 |
| Octal | 150 | 355 | 377 | 73 | 7 | 0 | 0 | 273 | 144 | 106 |
| Binary | 1101000 | 11101101 | 11111111 | 111011 | 111 | 0 | 0 | 10111011 | 1100100 | 1000110 |
Color Harmonies of #68EDFF
Complementary color
Monochromatic Colors of #68EDFF
Black with #68EDFF
Text Example
Text Example
White with #68EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDFF; }
p { color: rgb(104,237,255); }
H1.HeaderClassName
{
color: #68EDFF;
}
.AnyTagClassName
{
color: #68EDFF;
}
</style>
background-color css
<style>
a { background-color: #68EDFF; }
a { background-color: rgb(104,237,255); }
div.DivClassName
{
background-color: #68EDFF;
}
.BgClassName
{
background-color: #68EDFF;
}
</style>
border-color css
<style>
span { border-color: #68EDFF; }
span { border-color: rgb(104,237,255); }
td.TdClassName
{
border-color: #68EDFF;
}
.TagClassName
{
border-color: #68EDFF;
}
</style>