Shades of Jordy Blue #90B1F1
Tints of Jordy Blue #90B1F1
RGB
CMYK
RGB Variations
Color information
#90B1F1 (or 0x90B1F1) is known color: Jordy Blue. HEX triplet: 90, B1 and F1. RGB value is (144,177,241). Sum of RGB (Red+Green+Blue) = 144+177+241=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #90B1F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90B1F1 is #6F4E0E. Grayscale: #AEAEAE. Windows color (decimal): -7294479 or 15839632. OLE color: 15839632.
HSL color Cylindrical-coordinate representation of color #90B1F1: hue angle of 219.59º 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 #90B1F1 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 177 | 241 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.05 |
| HSL | 219.59º | 0.78% | 0.75% | - |
| HSV(B) | 219.59º | 0.4% | 0.95% | - |
| XYZ | 43.1 | 43.72 | 89.39 | - |
| YUV | 174.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 241 | 0.40 | 0.27 | 0 | 0.05 | 219.59 | 0.78 | 0.75 |
| Hex | 90 | B1 | F1 | 28 | 1B | 0 | 5 | DC | 4E | 4B |
| Octal | 220 | 261 | 361 | 50 | 33 | 0 | 5 | 334 | 116 | 113 |
| Binary | 10010000 | 10110001 | 11110001 | 101000 | 11011 | 0 | 101 | 11011100 | 1001110 | 1001011 |
Color Harmonies of #90B1F1
Complementary color
Monochromatic Colors of #90B1F1
Black with #90B1F1
Text Example
Text Example
White with #90B1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B1F1; }
p { color: rgb(144,177,241); }
H1.HeaderClassName
{
color: #90B1F1;
}
.AnyTagClassName
{
color: #90B1F1;
}
</style>
background-color css
<style>
a { background-color: #90B1F1; }
a { background-color: rgb(144,177,241); }
div.DivClassName
{
background-color: #90B1F1;
}
.BgClassName
{
background-color: #90B1F1;
}
</style>
border-color css
<style>
span { border-color: #90B1F1; }
span { border-color: rgb(144,177,241); }
td.TdClassName
{
border-color: #90B1F1;
}
.TagClassName
{
border-color: #90B1F1;
}
</style>