Shades of Jordy Blue #90ABF2
Tints of Jordy Blue #90ABF2
RGB
CMYK
RGB Variations
Color information
#90ABF2 (or 0x90ABF2) is known color: Jordy Blue. HEX triplet: 90, AB and F2. RGB value is (144,171,242). Sum of RGB (Red+Green+Blue) = 144+171+242=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #90ABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ABF2 is #6F540D. Grayscale: #AAAAAA. Windows color (decimal): -7296014 or 15903632. OLE color: 15903632.
HSL color Cylindrical-coordinate representation of color #90ABF2: hue angle of 223.47º 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 #90ABF2 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 171 | 242 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.05 |
| HSL | 223.47º | 0.79% | 0.76% | - |
| HSV(B) | 223.47º | 0.4% | 0.95% | - |
| XYZ | 42.09 | 41.47 | 89.79 | - |
| YUV | 171.02 | 168.05 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 242 | 0.40 | 0.29 | 0 | 0.05 | 223.47 | 0.79 | 0.76 |
| Hex | 90 | AB | F2 | 28 | 1D | 0 | 5 | DF | 4F | 4C |
| Octal | 220 | 253 | 362 | 50 | 35 | 0 | 5 | 337 | 117 | 114 |
| Binary | 10010000 | 10101011 | 11110010 | 101000 | 11101 | 0 | 101 | 11011111 | 1001111 | 1001100 |
Color Harmonies of #90ABF2
Complementary color
Monochromatic Colors of #90ABF2
Black with #90ABF2
Text Example
Text Example
White with #90ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABF2; }
p { color: rgb(144,171,242); }
H1.HeaderClassName
{
color: #90ABF2;
}
.AnyTagClassName
{
color: #90ABF2;
}
</style>
background-color css
<style>
a { background-color: #90ABF2; }
a { background-color: rgb(144,171,242); }
div.DivClassName
{
background-color: #90ABF2;
}
.BgClassName
{
background-color: #90ABF2;
}
</style>
border-color css
<style>
span { border-color: #90ABF2; }
span { border-color: rgb(144,171,242); }
td.TdClassName
{
border-color: #90ABF2;
}
.TagClassName
{
border-color: #90ABF2;
}
</style>