Shades of Jordy Blue #90AFEF
Tints of Jordy Blue #90AFEF
RGB
CMYK
RGB Variations
Color information
#90AFEF (or 0x90AFEF) is known color: Jordy Blue. HEX triplet: 90, AF and EF. RGB value is (144,175,239). Sum of RGB (Red+Green+Blue) = 144+175+239=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #90AFEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFEF is #6F5010. Grayscale: #ACACAC. Windows color (decimal): -7294993 or 15708048. OLE color: 15708048.
HSL color Cylindrical-coordinate representation of color #90AFEF: hue angle of 220.42º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90AFEF is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 175 | 239 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.06 |
| HSL | 220.42º | 0.75% | 0.75% | - |
| HSV(B) | 220.42º | 0.4% | 0.94% | - |
| XYZ | 42.41 | 42.82 | 87.69 | - |
| YUV | 173.03 | 165.23 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 239 | 0.40 | 0.27 | 0 | 0.06 | 220.42 | 0.75 | 0.75 |
| Hex | 90 | AF | EF | 28 | 1B | 0 | 6 | DC | 4B | 4B |
| Octal | 220 | 257 | 357 | 50 | 33 | 0 | 6 | 334 | 113 | 113 |
| Binary | 10010000 | 10101111 | 11101111 | 101000 | 11011 | 0 | 110 | 11011100 | 1001011 | 1001011 |
Color Harmonies of #90AFEF
Complementary color
Monochromatic Colors of #90AFEF
Black with #90AFEF
Text Example
Text Example
White with #90AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFEF; }
p { color: rgb(144,175,239); }
H1.HeaderClassName
{
color: #90AFEF;
}
.AnyTagClassName
{
color: #90AFEF;
}
</style>
background-color css
<style>
a { background-color: #90AFEF; }
a { background-color: rgb(144,175,239); }
div.DivClassName
{
background-color: #90AFEF;
}
.BgClassName
{
background-color: #90AFEF;
}
</style>
border-color css
<style>
span { border-color: #90AFEF; }
span { border-color: rgb(144,175,239); }
td.TdClassName
{
border-color: #90AFEF;
}
.TagClassName
{
border-color: #90AFEF;
}
</style>