Shades of Jordy Blue #90AFE9
Tints of Jordy Blue #90AFE9
RGB
CMYK
RGB Variations
Color information
#90AFE9 (or 0x90AFE9) is known color: Jordy Blue. HEX triplet: 90, AF and E9. RGB value is (144,175,233). Sum of RGB (Red+Green+Blue) = 144+175+233=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #90AFE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFE9 is #6F5016. Grayscale: #ACACAC. Windows color (decimal): -7294999 or 15314832. OLE color: 15314832.
HSL color Cylindrical-coordinate representation of color #90AFE9: hue angle of 219.1º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90AFE9 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 175 | 233 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.09 |
| HSL | 219.1º | 0.67% | 0.74% | - |
| HSV(B) | 219.1º | 0.38% | 0.91% | - |
| XYZ | 41.54 | 42.47 | 83.1 | - |
| YUV | 172.34 | 162.23 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 233 | 0.38 | 0.25 | 0 | 0.09 | 219.1 | 0.67 | 0.74 |
| Hex | 90 | AF | E9 | 26 | 19 | 0 | 9 | DB | 43 | 4A |
| Octal | 220 | 257 | 351 | 46 | 31 | 0 | 11 | 333 | 103 | 112 |
| Binary | 10010000 | 10101111 | 11101001 | 100110 | 11001 | 0 | 1001 | 11011011 | 1000011 | 1001010 |
Color Harmonies of #90AFE9
Complementary color
Monochromatic Colors of #90AFE9
Black with #90AFE9
Text Example
Text Example
White with #90AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFE9; }
p { color: rgb(144,175,233); }
H1.HeaderClassName
{
color: #90AFE9;
}
.AnyTagClassName
{
color: #90AFE9;
}
</style>
background-color css
<style>
a { background-color: #90AFE9; }
a { background-color: rgb(144,175,233); }
div.DivClassName
{
background-color: #90AFE9;
}
.BgClassName
{
background-color: #90AFE9;
}
</style>
border-color css
<style>
span { border-color: #90AFE9; }
span { border-color: rgb(144,175,233); }
td.TdClassName
{
border-color: #90AFE9;
}
.TagClassName
{
border-color: #90AFE9;
}
</style>