Shades of Jordy Blue #90B0F2
Tints of Jordy Blue #90B0F2
RGB
CMYK
RGB Variations
Color information
#90B0F2 (or 0x90B0F2) is known color: Jordy Blue. HEX triplet: 90, B0 and F2. RGB value is (144,176,242). Sum of RGB (Red+Green+Blue) = 144+176+242=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #90B0F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90B0F2 is #6F4F0D. Grayscale: #ADADAD. Windows color (decimal): -7294734 or 15904912. OLE color: 15904912.
HSL color Cylindrical-coordinate representation of color #90B0F2: hue angle of 220.41º 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 #90B0F2 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 176 | 242 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.05 |
| HSL | 220.41º | 0.79% | 0.76% | - |
| HSV(B) | 220.41º | 0.4% | 0.95% | - |
| XYZ | 43.05 | 43.39 | 90.11 | - |
| YUV | 173.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 176 | 242 | 0.40 | 0.27 | 0 | 0.05 | 220.41 | 0.79 | 0.76 |
| Hex | 90 | B0 | F2 | 28 | 1B | 0 | 5 | DC | 4F | 4C |
| Octal | 220 | 260 | 362 | 50 | 33 | 0 | 5 | 334 | 117 | 114 |
| Binary | 10010000 | 10110000 | 11110010 | 101000 | 11011 | 0 | 101 | 11011100 | 1001111 | 1001100 |
Color Harmonies of #90B0F2
Complementary color
Monochromatic Colors of #90B0F2
Black with #90B0F2
Text Example
Text Example
White with #90B0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B0F2; }
p { color: rgb(144,176,242); }
H1.HeaderClassName
{
color: #90B0F2;
}
.AnyTagClassName
{
color: #90B0F2;
}
</style>
background-color css
<style>
a { background-color: #90B0F2; }
a { background-color: rgb(144,176,242); }
div.DivClassName
{
background-color: #90B0F2;
}
.BgClassName
{
background-color: #90B0F2;
}
</style>
border-color css
<style>
span { border-color: #90B0F2; }
span { border-color: rgb(144,176,242); }
td.TdClassName
{
border-color: #90B0F2;
}
.TagClassName
{
border-color: #90B0F2;
}
</style>