Shades of Pacific Blue #0090C3
Tints of Pacific Blue #0090C3
RGB
CMYK
RGB Variations
Color information
#0090C3 (or 0x0090C3) is known color: Pacific Blue. HEX triplet: 00, 90 and C3. RGB value is (0,144,195). Sum of RGB (Red+Green+Blue) = 0+144+195=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 195 (76.56% from 255 or 57.52% from 339); Max value from RGB is 195 - color contains mainly: blue. Hex color #0090C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0090C3 is #FF6F3C. Grayscale: #6A6A6A. Windows color (decimal): -16740157 or 12816384. OLE color: 12816384.
HSL color Cylindrical-coordinate representation of color #0090C3: hue angle of 195.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090C3 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 144 | 195 | - |
| CMYK | 1 | 0.26 | 0 | 0.24 |
| HSL | 195.69º | 1% | 0.38% | - |
| HSV(B) | 195.69º | 1% | 0.76% | - |
| XYZ | 19.82 | 23.89 | 55.2 | - |
| YUV | 106.76 | 177.79 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 195 | 1 | 0.26 | 0 | 0.24 | 195.69 | 1 | 0.38 |
| Hex | 0 | 90 | C3 | 64 | 1A | 0 | 18 | C4 | 64 | 26 |
| Octal | 0 | 220 | 303 | 144 | 32 | 0 | 30 | 304 | 144 | 46 |
| Binary | 0 | 10010000 | 11000011 | 1100100 | 11010 | 0 | 11000 | 11000100 | 1100100 | 100110 |
Color Harmonies of #0090C3
Complementary color
Monochromatic Colors of #0090C3
Black with #0090C3
Text Example
Text Example
White with #0090C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090C3; }
p { color: rgb(0,144,195); }
H1.HeaderClassName
{
color: #0090C3;
}
.AnyTagClassName
{
color: #0090C3;
}
</style>
background-color css
<style>
a { background-color: #0090C3; }
a { background-color: rgb(0,144,195); }
div.DivClassName
{
background-color: #0090C3;
}
.BgClassName
{
background-color: #0090C3;
}
</style>
border-color css
<style>
span { border-color: #0090C3; }
span { border-color: rgb(0,144,195); }
td.TdClassName
{
border-color: #0090C3;
}
.TagClassName
{
border-color: #0090C3;
}
</style>