Shades of Pacific Blue #009ACF
Tints of Pacific Blue #009ACF
RGB
CMYK
RGB Variations
Color information
#009ACF (or 0x009ACF) is known color: Pacific Blue. HEX triplet: 00, 9A and CF. RGB value is (0,154,207). Sum of RGB (Red+Green+Blue) = 0+154+207=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #009ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ACF is #FF6530. Grayscale: #717171. Windows color (decimal): -16737585 or 13605376. OLE color: 13605376.
HSL color Cylindrical-coordinate representation of color #009ACF: hue angle of 195.36º 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 #009ACF is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 154 | 207 | - |
| CMYK | 1 | 0.26 | 0 | 0.19 |
| HSL | 195.36º | 1% | 0.41% | - |
| HSV(B) | 195.36º | 1% | 0.81% | - |
| XYZ | 22.82 | 27.62 | 63.16 | - |
| YUV | 114 | 180.48 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 207 | 1 | 0.26 | 0 | 0.19 | 195.36 | 1 | 0.41 |
| Hex | 0 | 9A | CF | 64 | 1A | 0 | 13 | C3 | 64 | 29 |
| Octal | 0 | 232 | 317 | 144 | 32 | 0 | 23 | 303 | 144 | 51 |
| Binary | 0 | 10011010 | 11001111 | 1100100 | 11010 | 0 | 10011 | 11000011 | 1100100 | 101001 |
Color Harmonies of #009ACF
Complementary color
Monochromatic Colors of #009ACF
Black with #009ACF
Text Example
Text Example
White with #009ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009ACF; }
p { color: rgb(0,154,207); }
H1.HeaderClassName
{
color: #009ACF;
}
.AnyTagClassName
{
color: #009ACF;
}
</style>
background-color css
<style>
a { background-color: #009ACF; }
a { background-color: rgb(0,154,207); }
div.DivClassName
{
background-color: #009ACF;
}
.BgClassName
{
background-color: #009ACF;
}
</style>
border-color css
<style>
span { border-color: #009ACF; }
span { border-color: rgb(0,154,207); }
td.TdClassName
{
border-color: #009ACF;
}
.TagClassName
{
border-color: #009ACF;
}
</style>