Shades of Jordy Blue #75A0CE
Tints of Jordy Blue #75A0CE
RGB
CMYK
RGB Variations
Color information
#75A0CE (or 0x75A0CE) is known color: Jordy Blue. HEX triplet: 75, A0 and CE. RGB value is (117,160,206). Sum of RGB (Red+Green+Blue) = 117+160+206=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #75A0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A0CE is #8A5F31. Grayscale: #989898. Windows color (decimal): -9068338 or 13541493. OLE color: 13541493.
HSL color Cylindrical-coordinate representation of color #75A0CE: hue angle of 211.01º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75A0CE is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 160 | 206 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.19 |
| HSL | 211.01º | 0.48% | 0.63% | - |
| HSV(B) | 211.01º | 0.43% | 0.81% | - |
| XYZ | 31.05 | 33.38 | 63.2 | - |
| YUV | 152.39 | 158.25 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 206 | 0.43 | 0.22 | 0 | 0.19 | 211.01 | 0.48 | 0.63 |
| Hex | 75 | A0 | CE | 2B | 16 | 0 | 13 | D3 | 30 | 3F |
| Octal | 165 | 240 | 316 | 53 | 26 | 0 | 23 | 323 | 60 | 77 |
| Binary | 1110101 | 10100000 | 11001110 | 101011 | 10110 | 0 | 10011 | 11010011 | 110000 | 111111 |
Color Harmonies of #75A0CE
Complementary color
Monochromatic Colors of #75A0CE
Black with #75A0CE
Text Example
Text Example
White with #75A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A0CE; }
p { color: rgb(117,160,206); }
H1.HeaderClassName
{
color: #75A0CE;
}
.AnyTagClassName
{
color: #75A0CE;
}
</style>
background-color css
<style>
a { background-color: #75A0CE; }
a { background-color: rgb(117,160,206); }
div.DivClassName
{
background-color: #75A0CE;
}
.BgClassName
{
background-color: #75A0CE;
}
</style>
border-color css
<style>
span { border-color: #75A0CE; }
span { border-color: rgb(117,160,206); }
td.TdClassName
{
border-color: #75A0CE;
}
.TagClassName
{
border-color: #75A0CE;
}
</style>