Shades of Pacific Blue #0090DE
Tints of Pacific Blue #0090DE
RGB
CMYK
RGB Variations
Color information
#0090DE (or 0x0090DE) is known color: Pacific Blue. HEX triplet: 00, 90 and DE. RGB value is (0,144,222). Sum of RGB (Red+Green+Blue) = 0+144+222=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #0090DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0090DE is #FF6F21. Grayscale: #6D6D6D. Windows color (decimal): -16740130 or 14585856. OLE color: 14585856.
HSL color Cylindrical-coordinate representation of color #0090DE: hue angle of 201.08º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090DE is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 144 | 222 | - |
| CMYK | 1 | 0.35 | 0 | 0.13 |
| HSL | 201.08º | 1% | 0.44% | - |
| HSV(B) | 201.08º | 1% | 0.87% | - |
| XYZ | 23.16 | 25.22 | 72.75 | - |
| YUV | 109.84 | 191.29 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 222 | 1 | 0.35 | 0 | 0.13 | 201.08 | 1 | 0.44 |
| Hex | 0 | 90 | DE | 64 | 23 | 0 | D | C9 | 64 | 2C |
| Octal | 0 | 220 | 336 | 144 | 43 | 0 | 15 | 311 | 144 | 54 |
| Binary | 0 | 10010000 | 11011110 | 1100100 | 100011 | 0 | 1101 | 11001001 | 1100100 | 101100 |
Color Harmonies of #0090DE
Complementary color
Monochromatic Colors of #0090DE
Black with #0090DE
Text Example
Text Example
White with #0090DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090DE; }
p { color: rgb(0,144,222); }
H1.HeaderClassName
{
color: #0090DE;
}
.AnyTagClassName
{
color: #0090DE;
}
</style>
background-color css
<style>
a { background-color: #0090DE; }
a { background-color: rgb(0,144,222); }
div.DivClassName
{
background-color: #0090DE;
}
.BgClassName
{
background-color: #0090DE;
}
</style>
border-color css
<style>
span { border-color: #0090DE; }
span { border-color: rgb(0,144,222); }
td.TdClassName
{
border-color: #0090DE;
}
.TagClassName
{
border-color: #0090DE;
}
</style>