Shades of Jordy Blue #90ABF1
Tints of Jordy Blue #90ABF1
RGB
CMYK
RGB Variations
Color information
#90ABF1 (or 0x90ABF1) is known color: Jordy Blue. HEX triplet: 90, AB and F1. RGB value is (144,171,241). Sum of RGB (Red+Green+Blue) = 144+171+241=556 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.90% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #90ABF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ABF1 is #6F540E. Grayscale: #AAAAAA. Windows color (decimal): -7296015 or 15838096. OLE color: 15838096.
HSL color Cylindrical-coordinate representation of color #90ABF1: hue angle of 223.3º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90ABF1 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 171 | 241 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.05 |
| HSL | 223.3º | 0.78% | 0.75% | - |
| HSV(B) | 223.3º | 0.4% | 0.95% | - |
| XYZ | 41.94 | 41.41 | 89 | - |
| YUV | 170.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 241 | 0.40 | 0.29 | 0 | 0.05 | 223.3 | 0.78 | 0.75 |
| Hex | 90 | AB | F1 | 28 | 1D | 0 | 5 | DF | 4E | 4B |
| Octal | 220 | 253 | 361 | 50 | 35 | 0 | 5 | 337 | 116 | 113 |
| Binary | 10010000 | 10101011 | 11110001 | 101000 | 11101 | 0 | 101 | 11011111 | 1001110 | 1001011 |
Color Harmonies of #90ABF1
Complementary color
Monochromatic Colors of #90ABF1
Black with #90ABF1
Text Example
Text Example
White with #90ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABF1; }
p { color: rgb(144,171,241); }
H1.HeaderClassName
{
color: #90ABF1;
}
.AnyTagClassName
{
color: #90ABF1;
}
</style>
background-color css
<style>
a { background-color: #90ABF1; }
a { background-color: rgb(144,171,241); }
div.DivClassName
{
background-color: #90ABF1;
}
.BgClassName
{
background-color: #90ABF1;
}
</style>
border-color css
<style>
span { border-color: #90ABF1; }
span { border-color: rgb(144,171,241); }
td.TdClassName
{
border-color: #90ABF1;
}
.TagClassName
{
border-color: #90ABF1;
}
</style>