Shades of Jordy Blue #90B2ED
Tints of Jordy Blue #90B2ED
RGB
CMYK
RGB Variations
Color information
#90B2ED (or 0x90B2ED) is known color: Jordy Blue. HEX triplet: 90, B2 and ED. RGB value is (144,178,237). Sum of RGB (Red+Green+Blue) = 144+178+237=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #90B2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90B2ED is #6F4D12. Grayscale: #AEAEAE. Windows color (decimal): -7294227 or 15577744. OLE color: 15577744.
HSL color Cylindrical-coordinate representation of color #90B2ED: hue angle of 218.06º degrees, saturation: 0.72, 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 #90B2ED is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 178 | 237 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.07 |
| HSL | 218.06º | 0.72% | 0.75% | - |
| HSV(B) | 218.06º | 0.39% | 0.93% | - |
| XYZ | 42.71 | 43.88 | 86.34 | - |
| YUV | 174.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 178 | 237 | 0.39 | 0.25 | 0 | 0.07 | 218.06 | 0.72 | 0.75 |
| Hex | 90 | B2 | ED | 27 | 19 | 0 | 7 | DA | 48 | 4B |
| Octal | 220 | 262 | 355 | 47 | 31 | 0 | 7 | 332 | 110 | 113 |
| Binary | 10010000 | 10110010 | 11101101 | 100111 | 11001 | 0 | 111 | 11011010 | 1001000 | 1001011 |
Color Harmonies of #90B2ED
Complementary color
Monochromatic Colors of #90B2ED
Black with #90B2ED
Text Example
Text Example
White with #90B2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B2ED; }
p { color: rgb(144,178,237); }
H1.HeaderClassName
{
color: #90B2ED;
}
.AnyTagClassName
{
color: #90B2ED;
}
</style>
background-color css
<style>
a { background-color: #90B2ED; }
a { background-color: rgb(144,178,237); }
div.DivClassName
{
background-color: #90B2ED;
}
.BgClassName
{
background-color: #90B2ED;
}
</style>
border-color css
<style>
span { border-color: #90B2ED; }
span { border-color: rgb(144,178,237); }
td.TdClassName
{
border-color: #90B2ED;
}
.TagClassName
{
border-color: #90B2ED;
}
</style>