Shades of Jordy Blue #68AAEC
Tints of Jordy Blue #68AAEC
RGB
CMYK
RGB Variations
Color information
#68AAEC (or 0x68AAEC) is known color: Jordy Blue. HEX triplet: 68, AA and EC. RGB value is (104,170,236). Sum of RGB (Red+Green+Blue) = 104+170+236=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #68AAEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAEC is #975513. Grayscale: #9D9D9D. Windows color (decimal): -9917716 or 15510120. OLE color: 15510120.
HSL color Cylindrical-coordinate representation of color #68AAEC: hue angle of 210º degrees, saturation: 0.78, 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 #68AAEC is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 170 | 236 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.07 |
| HSL | 210º | 0.78% | 0.67% | - |
| HSV(B) | 210º | 0.56% | 0.93% | - |
| XYZ | 35.22 | 37.75 | 84.79 | - |
| YUV | 157.79 | 172.13 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 236 | 0.56 | 0.28 | 0 | 0.07 | 210 | 0.78 | 0.67 |
| Hex | 68 | AA | EC | 38 | 1C | 0 | 7 | D2 | 4E | 43 |
| Octal | 150 | 252 | 354 | 70 | 34 | 0 | 7 | 322 | 116 | 103 |
| Binary | 1101000 | 10101010 | 11101100 | 111000 | 11100 | 0 | 111 | 11010010 | 1001110 | 1000011 |
Color Harmonies of #68AAEC
Complementary color
Monochromatic Colors of #68AAEC
Black with #68AAEC
Text Example
Text Example
White with #68AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAEC; }
p { color: rgb(104,170,236); }
H1.HeaderClassName
{
color: #68AAEC;
}
.AnyTagClassName
{
color: #68AAEC;
}
</style>
background-color css
<style>
a { background-color: #68AAEC; }
a { background-color: rgb(104,170,236); }
div.DivClassName
{
background-color: #68AAEC;
}
.BgClassName
{
background-color: #68AAEC;
}
</style>
border-color css
<style>
span { border-color: #68AAEC; }
span { border-color: rgb(104,170,236); }
td.TdClassName
{
border-color: #68AAEC;
}
.TagClassName
{
border-color: #68AAEC;
}
</style>