Shades of Pacific Blue #0090CF
Tints of Pacific Blue #0090CF
RGB
CMYK
RGB Variations
Color information
#0090CF (or 0x0090CF) is known color: Pacific Blue. HEX triplet: 00, 90 and CF. RGB value is (0,144,207). Sum of RGB (Red+Green+Blue) = 0+144+207=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #0090CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0090CF is #FF6F30. Grayscale: #6B6B6B. Windows color (decimal): -16740145 or 13602816. OLE color: 13602816.
HSL color Cylindrical-coordinate representation of color #0090CF: hue angle of 198.26º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090CF is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 144 | 207 | - |
| CMYK | 1 | 0.30 | 0 | 0.19 |
| HSL | 198.26º | 1% | 0.41% | - |
| HSV(B) | 198.26º | 1% | 0.81% | - |
| XYZ | 21.24 | 24.45 | 62.63 | - |
| YUV | 108.13 | 183.79 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 207 | 1 | 0.30 | 0 | 0.19 | 198.26 | 1 | 0.41 |
| Hex | 0 | 90 | CF | 64 | 1E | 0 | 13 | C6 | 64 | 29 |
| Octal | 0 | 220 | 317 | 144 | 36 | 0 | 23 | 306 | 144 | 51 |
| Binary | 0 | 10010000 | 11001111 | 1100100 | 11110 | 0 | 10011 | 11000110 | 1100100 | 101001 |
Color Harmonies of #0090CF
Complementary color
Monochromatic Colors of #0090CF
Black with #0090CF
Text Example
Text Example
White with #0090CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090CF; }
p { color: rgb(0,144,207); }
H1.HeaderClassName
{
color: #0090CF;
}
.AnyTagClassName
{
color: #0090CF;
}
</style>
background-color css
<style>
a { background-color: #0090CF; }
a { background-color: rgb(0,144,207); }
div.DivClassName
{
background-color: #0090CF;
}
.BgClassName
{
background-color: #0090CF;
}
</style>
border-color css
<style>
span { border-color: #0090CF; }
span { border-color: rgb(0,144,207); }
td.TdClassName
{
border-color: #0090CF;
}
.TagClassName
{
border-color: #0090CF;
}
</style>