Shades of Jordy Blue #90AFEB
Tints of Jordy Blue #90AFEB
RGB
CMYK
RGB Variations
Color information
#90AFEB (or 0x90AFEB) is known color: Jordy Blue. HEX triplet: 90, AF and EB. RGB value is (144,175,235). Sum of RGB (Red+Green+Blue) = 144+175+235=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #90AFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFEB is #6F5014. Grayscale: #ACACAC. Windows color (decimal): -7294997 or 15445904. OLE color: 15445904.
HSL color Cylindrical-coordinate representation of color #90AFEB: hue angle of 219.56º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90AFEB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 175 | 235 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.08 |
| HSL | 219.56º | 0.69% | 0.74% | - |
| HSV(B) | 219.56º | 0.39% | 0.92% | - |
| XYZ | 41.83 | 42.59 | 84.61 | - |
| YUV | 172.57 | 163.23 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 235 | 0.39 | 0.26 | 0 | 0.08 | 219.56 | 0.69 | 0.74 |
| Hex | 90 | AF | EB | 27 | 1A | 0 | 8 | DC | 45 | 4A |
| Octal | 220 | 257 | 353 | 47 | 32 | 0 | 10 | 334 | 105 | 112 |
| Binary | 10010000 | 10101111 | 11101011 | 100111 | 11010 | 0 | 1000 | 11011100 | 1000101 | 1001010 |
Color Harmonies of #90AFEB
Complementary color
Monochromatic Colors of #90AFEB
Black with #90AFEB
Text Example
Text Example
White with #90AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFEB; }
p { color: rgb(144,175,235); }
H1.HeaderClassName
{
color: #90AFEB;
}
.AnyTagClassName
{
color: #90AFEB;
}
</style>
background-color css
<style>
a { background-color: #90AFEB; }
a { background-color: rgb(144,175,235); }
div.DivClassName
{
background-color: #90AFEB;
}
.BgClassName
{
background-color: #90AFEB;
}
</style>
border-color css
<style>
span { border-color: #90AFEB; }
span { border-color: rgb(144,175,235); }
td.TdClassName
{
border-color: #90AFEB;
}
.TagClassName
{
border-color: #90AFEB;
}
</style>