Shades of Jordy Blue #7AB6DF
Tints of Jordy Blue #7AB6DF
RGB
CMYK
RGB Variations
Color information
#7AB6DF (or 0x7AB6DF) is known color: Jordy Blue. HEX triplet: 7A, B6 and DF. RGB value is (122,182,223). Sum of RGB (Red+Green+Blue) = 122+182+223=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #7AB6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB6DF is #854920. Grayscale: #A8A8A8. Windows color (decimal): -8735009 or 14661242. OLE color: 14661242.
HSL color Cylindrical-coordinate representation of color #7AB6DF: hue angle of 204.36º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AB6DF is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 182 | 223 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.13 |
| HSL | 204.36º | 0.61% | 0.68% | - |
| HSV(B) | 204.36º | 0.45% | 0.87% | - |
| XYZ | 38.07 | 42.92 | 76.09 | - |
| YUV | 168.73 | 158.62 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 223 | 0.45 | 0.18 | 0 | 0.13 | 204.36 | 0.61 | 0.68 |
| Hex | 7A | B6 | DF | 2D | 12 | 0 | D | CC | 3D | 44 |
| Octal | 172 | 266 | 337 | 55 | 22 | 0 | 15 | 314 | 75 | 104 |
| Binary | 1111010 | 10110110 | 11011111 | 101101 | 10010 | 0 | 1101 | 11001100 | 111101 | 1000100 |
Color Harmonies of #7AB6DF
Complementary color
Monochromatic Colors of #7AB6DF
Black with #7AB6DF
Text Example
Text Example
White with #7AB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB6DF; }
p { color: rgb(122,182,223); }
H1.HeaderClassName
{
color: #7AB6DF;
}
.AnyTagClassName
{
color: #7AB6DF;
}
</style>
background-color css
<style>
a { background-color: #7AB6DF; }
a { background-color: rgb(122,182,223); }
div.DivClassName
{
background-color: #7AB6DF;
}
.BgClassName
{
background-color: #7AB6DF;
}
</style>
border-color css
<style>
span { border-color: #7AB6DF; }
span { border-color: rgb(122,182,223); }
td.TdClassName
{
border-color: #7AB6DF;
}
.TagClassName
{
border-color: #7AB6DF;
}
</style>