Shades of Pacific Blue #0090D0
Tints of Pacific Blue #0090D0
RGB
CMYK
RGB Variations
Color information
#0090D0 (or 0x0090D0) is known color: Pacific Blue. HEX triplet: 00, 90 and D0. RGB value is (0,144,208). Sum of RGB (Red+Green+Blue) = 0+144+208=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 208 (81.64% from 255 or 59.09% from 352); Max value from RGB is 208 - color contains mainly: blue. Hex color #0090D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0090D0 is #FF6F2F. Grayscale: #6B6B6B. Windows color (decimal): -16740144 or 13668352. OLE color: 13668352.
HSL color Cylindrical-coordinate representation of color #0090D0: hue angle of 198.46º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090D0 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 144 | 208 | - |
| CMYK | 1 | 0.31 | 0 | 0.18 |
| HSL | 198.46º | 1% | 0.41% | - |
| HSV(B) | 198.46º | 1% | 0.82% | - |
| XYZ | 21.36 | 24.5 | 63.28 | - |
| YUV | 108.24 | 184.29 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 208 | 1 | 0.31 | 0 | 0.18 | 198.46 | 1 | 0.41 |
| Hex | 0 | 90 | D0 | 64 | 1F | 0 | 12 | C6 | 64 | 29 |
| Octal | 0 | 220 | 320 | 144 | 37 | 0 | 22 | 306 | 144 | 51 |
| Binary | 0 | 10010000 | 11010000 | 1100100 | 11111 | 0 | 10010 | 11000110 | 1100100 | 101001 |
Color Harmonies of #0090D0
Complementary color
Monochromatic Colors of #0090D0
Black with #0090D0
Text Example
Text Example
White with #0090D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090D0; }
p { color: rgb(0,144,208); }
H1.HeaderClassName
{
color: #0090D0;
}
.AnyTagClassName
{
color: #0090D0;
}
</style>
background-color css
<style>
a { background-color: #0090D0; }
a { background-color: rgb(0,144,208); }
div.DivClassName
{
background-color: #0090D0;
}
.BgClassName
{
background-color: #0090D0;
}
</style>
border-color css
<style>
span { border-color: #0090D0; }
span { border-color: rgb(0,144,208); }
td.TdClassName
{
border-color: #0090D0;
}
.TagClassName
{
border-color: #0090D0;
}
</style>