Shades of Jordy Blue #75AFDB
Tints of Jordy Blue #75AFDB
RGB
CMYK
RGB Variations
Color information
#75AFDB (or 0x75AFDB) is known color: Jordy Blue. HEX triplet: 75, AF and DB. RGB value is (117,175,219). Sum of RGB (Red+Green+Blue) = 117+175+219=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #75AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AFDB is #8A5024. Grayscale: #A2A2A2. Windows color (decimal): -9064485 or 14397301. OLE color: 14397301.
HSL color Cylindrical-coordinate representation of color #75AFDB: hue angle of 205.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75AFDB is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 175 | 219 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.14 |
| HSL | 205.88º | 0.59% | 0.66% | - |
| HSV(B) | 205.88º | 0.47% | 0.86% | - |
| XYZ | 35.45 | 39.56 | 72.78 | - |
| YUV | 162.67 | 159.78 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 175 | 219 | 0.47 | 0.20 | 0 | 0.14 | 205.88 | 0.59 | 0.66 |
| Hex | 75 | AF | DB | 2F | 14 | 0 | E | CE | 3B | 42 |
| Octal | 165 | 257 | 333 | 57 | 24 | 0 | 16 | 316 | 73 | 102 |
| Binary | 1110101 | 10101111 | 11011011 | 101111 | 10100 | 0 | 1110 | 11001110 | 111011 | 1000010 |
Color Harmonies of #75AFDB
Complementary color
Monochromatic Colors of #75AFDB
Black with #75AFDB
Text Example
Text Example
White with #75AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AFDB; }
p { color: rgb(117,175,219); }
H1.HeaderClassName
{
color: #75AFDB;
}
.AnyTagClassName
{
color: #75AFDB;
}
</style>
background-color css
<style>
a { background-color: #75AFDB; }
a { background-color: rgb(117,175,219); }
div.DivClassName
{
background-color: #75AFDB;
}
.BgClassName
{
background-color: #75AFDB;
}
</style>
border-color css
<style>
span { border-color: #75AFDB; }
span { border-color: rgb(117,175,219); }
td.TdClassName
{
border-color: #75AFDB;
}
.TagClassName
{
border-color: #75AFDB;
}
</style>