Shades of Jordy Blue #91B0ED
Tints of Jordy Blue #91B0ED
RGB
CMYK
RGB Variations
Color information
#91B0ED (or 0x91B0ED) is known color: Jordy Blue. HEX triplet: 91, B0 and ED. RGB value is (145,176,237). Sum of RGB (Red+Green+Blue) = 145+176+237=558 (73% of max value = 765). Red value is 145 (57.03% from 255 or 25.99% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #91B0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91B0ED is #6E4F12. Grayscale: #ADADAD. Windows color (decimal): -7229203 or 15577233. OLE color: 15577233.
HSL color Cylindrical-coordinate representation of color #91B0ED: hue angle of 219.78º 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 #91B0ED is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 176 | 237 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.07 |
| HSL | 219.78º | 0.72% | 0.75% | - |
| HSV(B) | 219.78º | 0.39% | 0.93% | - |
| XYZ | 42.49 | 43.18 | 86.22 | - |
| YUV | 173.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 237 | 0.39 | 0.26 | 0 | 0.07 | 219.78 | 0.72 | 0.75 |
| Hex | 91 | B0 | ED | 27 | 1A | 0 | 7 | DC | 48 | 4B |
| Octal | 221 | 260 | 355 | 47 | 32 | 0 | 7 | 334 | 110 | 113 |
| Binary | 10010001 | 10110000 | 11101101 | 100111 | 11010 | 0 | 111 | 11011100 | 1001000 | 1001011 |
Color Harmonies of #91B0ED
Complementary color
Monochromatic Colors of #91B0ED
Black with #91B0ED
Text Example
Text Example
White with #91B0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B0ED; }
p { color: rgb(145,176,237); }
H1.HeaderClassName
{
color: #91B0ED;
}
.AnyTagClassName
{
color: #91B0ED;
}
</style>
background-color css
<style>
a { background-color: #91B0ED; }
a { background-color: rgb(145,176,237); }
div.DivClassName
{
background-color: #91B0ED;
}
.BgClassName
{
background-color: #91B0ED;
}
</style>
border-color css
<style>
span { border-color: #91B0ED; }
span { border-color: rgb(145,176,237); }
td.TdClassName
{
border-color: #91B0ED;
}
.TagClassName
{
border-color: #91B0ED;
}
</style>