Shades of Pacific Blue #009ADF
Tints of Pacific Blue #009ADF
RGB
CMYK
RGB Variations
Color information
#009ADF (or 0x009ADF) is known color: Pacific Blue. HEX triplet: 00, 9A and DF. RGB value is (0,154,223). Sum of RGB (Red+Green+Blue) = 0+154+223=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #009ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ADF is #FF6520. Grayscale: #737373. Windows color (decimal): -16737569 or 14653952. OLE color: 14653952.
HSL color Cylindrical-coordinate representation of color #009ADF: hue angle of 198.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009ADF is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 154 | 223 | - |
| CMYK | 1 | 0.31 | 0 | 0.13 |
| HSL | 198.57º | 1% | 0.44% | - |
| HSV(B) | 198.57º | 1% | 0.87% | - |
| XYZ | 24.87 | 28.44 | 73.99 | - |
| YUV | 115.82 | 188.48 | 45.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 223 | 1 | 0.31 | 0 | 0.13 | 198.57 | 1 | 0.44 |
| Hex | 0 | 9A | DF | 64 | 1F | 0 | D | C7 | 64 | 2C |
| Octal | 0 | 232 | 337 | 144 | 37 | 0 | 15 | 307 | 144 | 54 |
| Binary | 0 | 10011010 | 11011111 | 1100100 | 11111 | 0 | 1101 | 11000111 | 1100100 | 101100 |
Color Harmonies of #009ADF
Complementary color
Monochromatic Colors of #009ADF
Black with #009ADF
Text Example
Text Example
White with #009ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009ADF; }
p { color: rgb(0,154,223); }
H1.HeaderClassName
{
color: #009ADF;
}
.AnyTagClassName
{
color: #009ADF;
}
</style>
background-color css
<style>
a { background-color: #009ADF; }
a { background-color: rgb(0,154,223); }
div.DivClassName
{
background-color: #009ADF;
}
.BgClassName
{
background-color: #009ADF;
}
</style>
border-color css
<style>
span { border-color: #009ADF; }
span { border-color: rgb(0,154,223); }
td.TdClassName
{
border-color: #009ADF;
}
.TagClassName
{
border-color: #009ADF;
}
</style>