Shades of Jordy Blue #90AFF2
Tints of Jordy Blue #90AFF2
RGB
CMYK
RGB Variations
Color information
#90AFF2 (or 0x90AFF2) is known color: Jordy Blue. HEX triplet: 90, AF and F2. RGB value is (144,175,242). Sum of RGB (Red+Green+Blue) = 144+175+242=561 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.67% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #90AFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFF2 is #6F500D. Grayscale: #ADADAD. Windows color (decimal): -7294990 or 15904656. OLE color: 15904656.
HSL color Cylindrical-coordinate representation of color #90AFF2: hue angle of 221.02º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90AFF2 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 175 | 242 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.05 |
| HSL | 221.02º | 0.79% | 0.76% | - |
| HSV(B) | 221.02º | 0.4% | 0.95% | - |
| XYZ | 42.86 | 43 | 90.05 | - |
| YUV | 173.37 | 166.73 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 242 | 0.40 | 0.28 | 0 | 0.05 | 221.02 | 0.79 | 0.76 |
| Hex | 90 | AF | F2 | 28 | 1C | 0 | 5 | DD | 4F | 4C |
| Octal | 220 | 257 | 362 | 50 | 34 | 0 | 5 | 335 | 117 | 114 |
| Binary | 10010000 | 10101111 | 11110010 | 101000 | 11100 | 0 | 101 | 11011101 | 1001111 | 1001100 |
Color Harmonies of #90AFF2
Complementary color
Monochromatic Colors of #90AFF2
Black with #90AFF2
Text Example
Text Example
White with #90AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFF2; }
p { color: rgb(144,175,242); }
H1.HeaderClassName
{
color: #90AFF2;
}
.AnyTagClassName
{
color: #90AFF2;
}
</style>
background-color css
<style>
a { background-color: #90AFF2; }
a { background-color: rgb(144,175,242); }
div.DivClassName
{
background-color: #90AFF2;
}
.BgClassName
{
background-color: #90AFF2;
}
</style>
border-color css
<style>
span { border-color: #90AFF2; }
span { border-color: rgb(144,175,242); }
td.TdClassName
{
border-color: #90AFF2;
}
.TagClassName
{
border-color: #90AFF2;
}
</style>