Shades of Pacific Blue #0090CB
Tints of Pacific Blue #0090CB
RGB
CMYK
RGB Variations
Color information
#0090CB (or 0x0090CB) is known color: Pacific Blue. HEX triplet: 00, 90 and CB. RGB value is (0,144,203). Sum of RGB (Red+Green+Blue) = 0+144+203=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #0090CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0090CB is #FF6F34. Grayscale: #6B6B6B. Windows color (decimal): -16740149 or 13340672. OLE color: 13340672.
HSL color Cylindrical-coordinate representation of color #0090CB: hue angle of 197.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090CB is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 144 | 203 | - |
| CMYK | 1 | 0.29 | 0 | 0.20 |
| HSL | 197.44º | 1% | 0.4% | - |
| HSV(B) | 197.44º | 1% | 0.8% | - |
| XYZ | 20.75 | 24.26 | 60.09 | - |
| YUV | 107.67 | 181.79 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 203 | 1 | 0.29 | 0 | 0.20 | 197.44 | 1 | 0.4 |
| Hex | 0 | 90 | CB | 64 | 1D | 0 | 14 | C5 | 64 | 28 |
| Octal | 0 | 220 | 313 | 144 | 35 | 0 | 24 | 305 | 144 | 50 |
| Binary | 0 | 10010000 | 11001011 | 1100100 | 11101 | 0 | 10100 | 11000101 | 1100100 | 101000 |
Color Harmonies of #0090CB
Complementary color
Monochromatic Colors of #0090CB
Black with #0090CB
Text Example
Text Example
White with #0090CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090CB; }
p { color: rgb(0,144,203); }
H1.HeaderClassName
{
color: #0090CB;
}
.AnyTagClassName
{
color: #0090CB;
}
</style>
background-color css
<style>
a { background-color: #0090CB; }
a { background-color: rgb(0,144,203); }
div.DivClassName
{
background-color: #0090CB;
}
.BgClassName
{
background-color: #0090CB;
}
</style>
border-color css
<style>
span { border-color: #0090CB; }
span { border-color: rgb(0,144,203); }
td.TdClassName
{
border-color: #0090CB;
}
.TagClassName
{
border-color: #0090CB;
}
</style>