Shades of Jordy Blue #74ADDC
Tints of Jordy Blue #74ADDC
RGB
CMYK
RGB Variations
Color information
#74ADDC (or 0x74ADDC) is known color: Jordy Blue. HEX triplet: 74, AD and DC. RGB value is (116,173,220). Sum of RGB (Red+Green+Blue) = 116+173+220=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #74ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADDC is #8B5223. Grayscale: #A1A1A1. Windows color (decimal): -9130532 or 14462324. OLE color: 14462324.
HSL color Cylindrical-coordinate representation of color #74ADDC: hue angle of 207.12º degrees, saturation: 0.6, 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 #74ADDC is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 173 | 220 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.14 |
| HSL | 207.12º | 0.6% | 0.66% | - |
| HSV(B) | 207.12º | 0.47% | 0.86% | - |
| XYZ | 35.06 | 38.77 | 73.34 | - |
| YUV | 161.32 | 161.12 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 220 | 0.47 | 0.21 | 0 | 0.14 | 207.12 | 0.6 | 0.66 |
| Hex | 74 | AD | DC | 2F | 15 | 0 | E | CF | 3C | 42 |
| Octal | 164 | 255 | 334 | 57 | 25 | 0 | 16 | 317 | 74 | 102 |
| Binary | 1110100 | 10101101 | 11011100 | 101111 | 10101 | 0 | 1110 | 11001111 | 111100 | 1000010 |
Color Harmonies of #74ADDC
Complementary color
Monochromatic Colors of #74ADDC
Black with #74ADDC
Text Example
Text Example
White with #74ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADDC; }
p { color: rgb(116,173,220); }
H1.HeaderClassName
{
color: #74ADDC;
}
.AnyTagClassName
{
color: #74ADDC;
}
</style>
background-color css
<style>
a { background-color: #74ADDC; }
a { background-color: rgb(116,173,220); }
div.DivClassName
{
background-color: #74ADDC;
}
.BgClassName
{
background-color: #74ADDC;
}
</style>
border-color css
<style>
span { border-color: #74ADDC; }
span { border-color: rgb(116,173,220); }
td.TdClassName
{
border-color: #74ADDC;
}
.TagClassName
{
border-color: #74ADDC;
}
</style>