Shades of Jordy Blue #75B2DD
Tints of Jordy Blue #75B2DD
RGB
CMYK
RGB Variations
Color information
#75B2DD (or 0x75B2DD) is known color: Jordy Blue. HEX triplet: 75, B2 and DD. RGB value is (117,178,221). Sum of RGB (Red+Green+Blue) = 117+178+221=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #75B2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B2DD is #8A4D22. Grayscale: #A4A4A4. Windows color (decimal): -9063715 or 14529141. OLE color: 14529141.
HSL color Cylindrical-coordinate representation of color #75B2DD: hue angle of 204.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75B2DD is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 178 | 221 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.13 |
| HSL | 204.81º | 0.6% | 0.66% | - |
| HSV(B) | 204.81º | 0.47% | 0.87% | - |
| XYZ | 36.31 | 40.84 | 74.38 | - |
| YUV | 164.66 | 159.79 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 178 | 221 | 0.47 | 0.19 | 0 | 0.13 | 204.81 | 0.6 | 0.66 |
| Hex | 75 | B2 | DD | 2F | 13 | 0 | D | CD | 3C | 42 |
| Octal | 165 | 262 | 335 | 57 | 23 | 0 | 15 | 315 | 74 | 102 |
| Binary | 1110101 | 10110010 | 11011101 | 101111 | 10011 | 0 | 1101 | 11001101 | 111100 | 1000010 |
Color Harmonies of #75B2DD
Complementary color
Monochromatic Colors of #75B2DD
Black with #75B2DD
Text Example
Text Example
White with #75B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B2DD; }
p { color: rgb(117,178,221); }
H1.HeaderClassName
{
color: #75B2DD;
}
.AnyTagClassName
{
color: #75B2DD;
}
</style>
background-color css
<style>
a { background-color: #75B2DD; }
a { background-color: rgb(117,178,221); }
div.DivClassName
{
background-color: #75B2DD;
}
.BgClassName
{
background-color: #75B2DD;
}
</style>
border-color css
<style>
span { border-color: #75B2DD; }
span { border-color: rgb(117,178,221); }
td.TdClassName
{
border-color: #75B2DD;
}
.TagClassName
{
border-color: #75B2DD;
}
</style>