Shades of Jordy Blue #75A8EF
Tints of Jordy Blue #75A8EF
RGB
CMYK
RGB Variations
Color information
#75A8EF (or 0x75A8EF) is known color: Jordy Blue. HEX triplet: 75, A8 and EF. RGB value is (117,168,239). Sum of RGB (Red+Green+Blue) = 117+168+239=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #75A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A8EF is #8A5710. Grayscale: #A0A0A0. Windows color (decimal): -9066257 or 15706229. OLE color: 15706229.
HSL color Cylindrical-coordinate representation of color #75A8EF: hue angle of 214.92º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75A8EF is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 168 | 239 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.06 |
| HSL | 214.92º | 0.79% | 0.7% | - |
| HSV(B) | 214.92º | 0.51% | 0.94% | - |
| XYZ | 36.92 | 38.02 | 87.05 | - |
| YUV | 160.85 | 172.1 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 239 | 0.51 | 0.30 | 0 | 0.06 | 214.92 | 0.79 | 0.7 |
| Hex | 75 | A8 | EF | 33 | 1E | 0 | 6 | D7 | 4F | 46 |
| Octal | 165 | 250 | 357 | 63 | 36 | 0 | 6 | 327 | 117 | 106 |
| Binary | 1110101 | 10101000 | 11101111 | 110011 | 11110 | 0 | 110 | 11010111 | 1001111 | 1000110 |
Color Harmonies of #75A8EF
Complementary color
Monochromatic Colors of #75A8EF
Black with #75A8EF
Text Example
Text Example
White with #75A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A8EF; }
p { color: rgb(117,168,239); }
H1.HeaderClassName
{
color: #75A8EF;
}
.AnyTagClassName
{
color: #75A8EF;
}
</style>
background-color css
<style>
a { background-color: #75A8EF; }
a { background-color: rgb(117,168,239); }
div.DivClassName
{
background-color: #75A8EF;
}
.BgClassName
{
background-color: #75A8EF;
}
</style>
border-color css
<style>
span { border-color: #75A8EF; }
span { border-color: rgb(117,168,239); }
td.TdClassName
{
border-color: #75A8EF;
}
.TagClassName
{
border-color: #75A8EF;
}
</style>