Shades of Jordy Blue #90AFEE
Tints of Jordy Blue #90AFEE
RGB
CMYK
RGB Variations
Color information
#90AFEE (or 0x90AFEE) is known color: Jordy Blue. HEX triplet: 90, AF and EE. RGB value is (144,175,238). Sum of RGB (Red+Green+Blue) = 144+175+238=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #90AFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFEE is #6F5011. Grayscale: #ACACAC. Windows color (decimal): -7294994 or 15642512. OLE color: 15642512.
HSL color Cylindrical-coordinate representation of color #90AFEE: hue angle of 220.21º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90AFEE is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 175 | 238 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.07 |
| HSL | 220.21º | 0.73% | 0.75% | - |
| HSV(B) | 220.21º | 0.39% | 0.93% | - |
| XYZ | 42.26 | 42.76 | 86.92 | - |
| YUV | 172.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 238 | 0.39 | 0.26 | 0 | 0.07 | 220.21 | 0.73 | 0.75 |
| Hex | 90 | AF | EE | 27 | 1A | 0 | 7 | DC | 49 | 4B |
| Octal | 220 | 257 | 356 | 47 | 32 | 0 | 7 | 334 | 111 | 113 |
| Binary | 10010000 | 10101111 | 11101110 | 100111 | 11010 | 0 | 111 | 11011100 | 1001001 | 1001011 |
Color Harmonies of #90AFEE
Complementary color
Monochromatic Colors of #90AFEE
Black with #90AFEE
Text Example
Text Example
White with #90AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFEE; }
p { color: rgb(144,175,238); }
H1.HeaderClassName
{
color: #90AFEE;
}
.AnyTagClassName
{
color: #90AFEE;
}
</style>
background-color css
<style>
a { background-color: #90AFEE; }
a { background-color: rgb(144,175,238); }
div.DivClassName
{
background-color: #90AFEE;
}
.BgClassName
{
background-color: #90AFEE;
}
</style>
border-color css
<style>
span { border-color: #90AFEE; }
span { border-color: rgb(144,175,238); }
td.TdClassName
{
border-color: #90AFEE;
}
.TagClassName
{
border-color: #90AFEE;
}
</style>