Shades of Jordy Blue #68AAED
Tints of Jordy Blue #68AAED
RGB
CMYK
RGB Variations
Color information
#68AAED (or 0x68AAED) is known color: Jordy Blue. HEX triplet: 68, AA and ED. RGB value is (104,170,237). Sum of RGB (Red+Green+Blue) = 104+170+237=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #68AAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAED is #975512. Grayscale: #9D9D9D. Windows color (decimal): -9917715 or 15575656. OLE color: 15575656.
HSL color Cylindrical-coordinate representation of color #68AAED: hue angle of 210.23º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68AAED is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 170 | 237 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.07 |
| HSL | 210.23º | 0.79% | 0.67% | - |
| HSV(B) | 210.23º | 0.56% | 0.93% | - |
| XYZ | 35.37 | 37.81 | 85.55 | - |
| YUV | 157.9 | 172.63 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 237 | 0.56 | 0.28 | 0 | 0.07 | 210.23 | 0.79 | 0.67 |
| Hex | 68 | AA | ED | 38 | 1C | 0 | 7 | D2 | 4F | 43 |
| Octal | 150 | 252 | 355 | 70 | 34 | 0 | 7 | 322 | 117 | 103 |
| Binary | 1101000 | 10101010 | 11101101 | 111000 | 11100 | 0 | 111 | 11010010 | 1001111 | 1000011 |
Color Harmonies of #68AAED
Complementary color
Monochromatic Colors of #68AAED
Black with #68AAED
Text Example
Text Example
White with #68AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAED; }
p { color: rgb(104,170,237); }
H1.HeaderClassName
{
color: #68AAED;
}
.AnyTagClassName
{
color: #68AAED;
}
</style>
background-color css
<style>
a { background-color: #68AAED; }
a { background-color: rgb(104,170,237); }
div.DivClassName
{
background-color: #68AAED;
}
.BgClassName
{
background-color: #68AAED;
}
</style>
border-color css
<style>
span { border-color: #68AAED; }
span { border-color: rgb(104,170,237); }
td.TdClassName
{
border-color: #68AAED;
}
.TagClassName
{
border-color: #68AAED;
}
</style>