Shades of Jordy Blue #76AFDC
Tints of Jordy Blue #76AFDC
RGB
CMYK
RGB Variations
Color information
#76AFDC (or 0x76AFDC) is known color: Jordy Blue. HEX triplet: 76, AF and DC. RGB value is (118,175,220). Sum of RGB (Red+Green+Blue) = 118+175+220=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #76AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AFDC is #895023. Grayscale: #A2A2A2. Windows color (decimal): -8998948 or 14462838. OLE color: 14462838.
HSL color Cylindrical-coordinate representation of color #76AFDC: hue angle of 206.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76AFDC is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 175 | 220 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.14 |
| HSL | 206.47º | 0.59% | 0.66% | - |
| HSV(B) | 206.47º | 0.46% | 0.86% | - |
| XYZ | 35.72 | 39.68 | 73.49 | - |
| YUV | 163.09 | 160.12 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 220 | 0.46 | 0.20 | 0 | 0.14 | 206.47 | 0.59 | 0.66 |
| Hex | 76 | AF | DC | 2E | 14 | 0 | E | CE | 3B | 42 |
| Octal | 166 | 257 | 334 | 56 | 24 | 0 | 16 | 316 | 73 | 102 |
| Binary | 1110110 | 10101111 | 11011100 | 101110 | 10100 | 0 | 1110 | 11001110 | 111011 | 1000010 |
Color Harmonies of #76AFDC
Complementary color
Monochromatic Colors of #76AFDC
Black with #76AFDC
Text Example
Text Example
White with #76AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AFDC; }
p { color: rgb(118,175,220); }
H1.HeaderClassName
{
color: #76AFDC;
}
.AnyTagClassName
{
color: #76AFDC;
}
</style>
background-color css
<style>
a { background-color: #76AFDC; }
a { background-color: rgb(118,175,220); }
div.DivClassName
{
background-color: #76AFDC;
}
.BgClassName
{
background-color: #76AFDC;
}
</style>
border-color css
<style>
span { border-color: #76AFDC; }
span { border-color: rgb(118,175,220); }
td.TdClassName
{
border-color: #76AFDC;
}
.TagClassName
{
border-color: #76AFDC;
}
</style>