Shades of Jordy Blue #75B0DB
Tints of Jordy Blue #75B0DB
RGB
CMYK
RGB Variations
Color information
#75B0DB (or 0x75B0DB) is known color: Jordy Blue. HEX triplet: 75, B0 and DB. RGB value is (117,176,219). Sum of RGB (Red+Green+Blue) = 117+176+219=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #75B0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B0DB is #8A4F24. Grayscale: #A3A3A3. Windows color (decimal): -9064229 or 14397557. OLE color: 14397557.
HSL color Cylindrical-coordinate representation of color #75B0DB: hue angle of 205.29º 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 #75B0DB is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 176 | 219 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.14 |
| HSL | 205.29º | 0.59% | 0.66% | - |
| HSV(B) | 205.29º | 0.47% | 0.86% | - |
| XYZ | 35.65 | 39.95 | 72.85 | - |
| YUV | 163.26 | 159.45 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 176 | 219 | 0.47 | 0.20 | 0 | 0.14 | 205.29 | 0.59 | 0.66 |
| Hex | 75 | B0 | DB | 2F | 14 | 0 | E | CD | 3B | 42 |
| Octal | 165 | 260 | 333 | 57 | 24 | 0 | 16 | 315 | 73 | 102 |
| Binary | 1110101 | 10110000 | 11011011 | 101111 | 10100 | 0 | 1110 | 11001101 | 111011 | 1000010 |
Color Harmonies of #75B0DB
Complementary color
Monochromatic Colors of #75B0DB
Black with #75B0DB
Text Example
Text Example
White with #75B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B0DB; }
p { color: rgb(117,176,219); }
H1.HeaderClassName
{
color: #75B0DB;
}
.AnyTagClassName
{
color: #75B0DB;
}
</style>
background-color css
<style>
a { background-color: #75B0DB; }
a { background-color: rgb(117,176,219); }
div.DivClassName
{
background-color: #75B0DB;
}
.BgClassName
{
background-color: #75B0DB;
}
</style>
border-color css
<style>
span { border-color: #75B0DB; }
span { border-color: rgb(117,176,219); }
td.TdClassName
{
border-color: #75B0DB;
}
.TagClassName
{
border-color: #75B0DB;
}
</style>