Shades of Pacific Blue #009ADC
Tints of Pacific Blue #009ADC
RGB
CMYK
RGB Variations
Color information
#009ADC (or 0x009ADC) is known color: Pacific Blue. HEX triplet: 00, 9A and DC. RGB value is (0,154,220). Sum of RGB (Red+Green+Blue) = 0+154+220=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #009ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ADC is #FF6523. Grayscale: #737373. Windows color (decimal): -16737572 or 14457344. OLE color: 14457344.
HSL color Cylindrical-coordinate representation of color #009ADC: hue angle of 198º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009ADC is Cyan = 1, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 154 | 220 | - |
| CMYK | 1 | 0.3 | 0 | 0.14 |
| HSL | 198º | 1% | 0.43% | - |
| HSV(B) | 198º | 1% | 0.86% | - |
| XYZ | 24.47 | 28.28 | 71.88 | - |
| YUV | 115.48 | 186.98 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 220 | 1 | 0.3 | 0 | 0.14 | 198 | 1 | 0.43 |
| Hex | 0 | 9A | DC | 64 | 1E | 0 | E | C6 | 64 | 2B |
| Octal | 0 | 232 | 334 | 144 | 36 | 0 | 16 | 306 | 144 | 53 |
| Binary | 0 | 10011010 | 11011100 | 1100100 | 11110 | 0 | 1110 | 11000110 | 1100100 | 101011 |
Color Harmonies of #009ADC
Complementary color
Monochromatic Colors of #009ADC
Black with #009ADC
Text Example
Text Example
White with #009ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009ADC; }
p { color: rgb(0,154,220); }
H1.HeaderClassName
{
color: #009ADC;
}
.AnyTagClassName
{
color: #009ADC;
}
</style>
background-color css
<style>
a { background-color: #009ADC; }
a { background-color: rgb(0,154,220); }
div.DivClassName
{
background-color: #009ADC;
}
.BgClassName
{
background-color: #009ADC;
}
</style>
border-color css
<style>
span { border-color: #009ADC; }
span { border-color: rgb(0,154,220); }
td.TdClassName
{
border-color: #009ADC;
}
.TagClassName
{
border-color: #009ADC;
}
</style>