Shades of Baby Blue #68EAFF
Tints of Baby Blue #68EAFF
RGB
CMYK
RGB Variations
Color information
#68EAFF (or 0x68EAFF) is known color: Baby Blue. HEX triplet: 68, EA and FF. RGB value is (104,234,255). Sum of RGB (Red+Green+Blue) = 104+234+255=593 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.54% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #68EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EAFF is #971500. Grayscale: #C5C5C5. Windows color (decimal): -9901313 or 16771688. OLE color: 16771688.
HSL color Cylindrical-coordinate representation of color #68EAFF: hue angle of 188.34º 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 #68EAFF is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 234 | 255 | - |
| CMYK | 0.59 | 0.08 | 0 | 0 |
| HSL | 188.34º | 1% | 0.7% | - |
| HSV(B) | 188.34º | 0.59% | 1% | - |
| XYZ | 53.18 | 69.01 | 105.12 | - |
| YUV | 197.52 | 160.43 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 255 | 0.59 | 0.08 | 0 | 0 | 188.34 | 1 | 0.7 |
| Hex | 68 | EA | FF | 3B | 8 | 0 | 0 | BC | 64 | 46 |
| Octal | 150 | 352 | 377 | 73 | 10 | 0 | 0 | 274 | 144 | 106 |
| Binary | 1101000 | 11101010 | 11111111 | 111011 | 1000 | 0 | 0 | 10111100 | 1100100 | 1000110 |
Color Harmonies of #68EAFF
Complementary color
Monochromatic Colors of #68EAFF
Black with #68EAFF
Text Example
Text Example
White with #68EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAFF; }
p { color: rgb(104,234,255); }
H1.HeaderClassName
{
color: #68EAFF;
}
.AnyTagClassName
{
color: #68EAFF;
}
</style>
background-color css
<style>
a { background-color: #68EAFF; }
a { background-color: rgb(104,234,255); }
div.DivClassName
{
background-color: #68EAFF;
}
.BgClassName
{
background-color: #68EAFF;
}
</style>
border-color css
<style>
span { border-color: #68EAFF; }
span { border-color: rgb(104,234,255); }
td.TdClassName
{
border-color: #68EAFF;
}
.TagClassName
{
border-color: #68EAFF;
}
</style>