Shades of Pacific Blue #0890DA
Tints of Pacific Blue #0890DA
RGB
CMYK
RGB Variations
Color information
#0890DA (or 0x0890DA) is known color: Pacific Blue. HEX triplet: 08, 90 and DA. RGB value is (8,144,218). Sum of RGB (Red+Green+Blue) = 8+144+218=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #0890DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0890DA is #F76F25. Grayscale: #6F6F6F. Windows color (decimal): -16215846 or 14323720. OLE color: 14323720.
HSL color Cylindrical-coordinate representation of color #0890DA: hue angle of 201.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0890DA is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 144 | 218 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.15 |
| HSL | 201.14º | 0.93% | 0.44% | - |
| HSV(B) | 201.14º | 0.96% | 0.85% | - |
| XYZ | 22.73 | 25.06 | 69.97 | - |
| YUV | 111.77 | 187.94 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 218 | 0.96 | 0.34 | 0 | 0.15 | 201.14 | 0.93 | 0.44 |
| Hex | 8 | 90 | DA | 60 | 22 | 0 | F | C9 | 5D | 2C |
| Octal | 10 | 220 | 332 | 140 | 42 | 0 | 17 | 311 | 135 | 54 |
| Binary | 1000 | 10010000 | 11011010 | 1100000 | 100010 | 0 | 1111 | 11001001 | 1011101 | 101100 |
Color Harmonies of #0890DA
Complementary color
Monochromatic Colors of #0890DA
Black with #0890DA
Text Example
Text Example
White with #0890DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0890DA; }
p { color: rgb(8,144,218); }
H1.HeaderClassName
{
color: #0890DA;
}
.AnyTagClassName
{
color: #0890DA;
}
</style>
background-color css
<style>
a { background-color: #0890DA; }
a { background-color: rgb(8,144,218); }
div.DivClassName
{
background-color: #0890DA;
}
.BgClassName
{
background-color: #0890DA;
}
</style>
border-color css
<style>
span { border-color: #0890DA; }
span { border-color: rgb(8,144,218); }
td.TdClassName
{
border-color: #0890DA;
}
.TagClassName
{
border-color: #0890DA;
}
</style>