Shades of Pacific Blue #0091D9
Tints of Pacific Blue #0091D9
RGB
CMYK
RGB Variations
Color information
#0091D9 (or 0x0091D9) is known color: Pacific Blue. HEX triplet: 00, 91 and D9. RGB value is (0,145,217). Sum of RGB (Red+Green+Blue) = 0+145+217=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 217 (85.16% from 255 or 59.94% from 362); Max value from RGB is 217 - color contains mainly: blue. Hex color #0091D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0091D9 is #FF6E26. Grayscale: #6D6D6D. Windows color (decimal): -16739879 or 14258432. OLE color: 14258432.
HSL color Cylindrical-coordinate representation of color #0091D9: hue angle of 199.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0091D9 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 145 | 217 | - |
| CMYK | 1 | 0.33 | 0 | 0.15 |
| HSL | 199.91º | 1% | 0.43% | - |
| HSV(B) | 199.91º | 1% | 0.85% | - |
| XYZ | 22.65 | 25.26 | 69.33 | - |
| YUV | 109.85 | 188.46 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 217 | 1 | 0.33 | 0 | 0.15 | 199.91 | 1 | 0.43 |
| Hex | 0 | 91 | D9 | 64 | 21 | 0 | F | C8 | 64 | 2B |
| Octal | 0 | 221 | 331 | 144 | 41 | 0 | 17 | 310 | 144 | 53 |
| Binary | 0 | 10010001 | 11011001 | 1100100 | 100001 | 0 | 1111 | 11001000 | 1100100 | 101011 |
Color Harmonies of #0091D9
Complementary color
Monochromatic Colors of #0091D9
Black with #0091D9
Text Example
Text Example
White with #0091D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0091D9; }
p { color: rgb(0,145,217); }
H1.HeaderClassName
{
color: #0091D9;
}
.AnyTagClassName
{
color: #0091D9;
}
</style>
background-color css
<style>
a { background-color: #0091D9; }
a { background-color: rgb(0,145,217); }
div.DivClassName
{
background-color: #0091D9;
}
.BgClassName
{
background-color: #0091D9;
}
</style>
border-color css
<style>
span { border-color: #0091D9; }
span { border-color: rgb(0,145,217); }
td.TdClassName
{
border-color: #0091D9;
}
.TagClassName
{
border-color: #0091D9;
}
</style>