Shades of Pacific Blue #00A4DF
Tints of Pacific Blue #00A4DF
RGB
CMYK
RGB Variations
Color information
#00A4DF (or 0x00A4DF) is known color: Pacific Blue. HEX triplet: 00, A4 and DF. RGB value is (0,164,223). Sum of RGB (Red+Green+Blue) = 0+164+223=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #00A4DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A4DF is #FF5B20. Grayscale: #797979. Windows color (decimal): -16735009 or 14656512. OLE color: 14656512.
HSL color Cylindrical-coordinate representation of color #00A4DF: hue angle of 195.87º 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 #00A4DF is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 164 | 223 | - |
| CMYK | 1 | 0.26 | 0 | 0.13 |
| HSL | 195.87º | 1% | 0.44% | - |
| HSV(B) | 195.87º | 1% | 0.87% | - |
| XYZ | 26.59 | 31.88 | 74.56 | - |
| YUV | 121.69 | 185.17 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 164 | 223 | 1 | 0.26 | 0 | 0.13 | 195.87 | 1 | 0.44 |
| Hex | 0 | A4 | DF | 64 | 1A | 0 | D | C4 | 64 | 2C |
| Octal | 0 | 244 | 337 | 144 | 32 | 0 | 15 | 304 | 144 | 54 |
| Binary | 0 | 10100100 | 11011111 | 1100100 | 11010 | 0 | 1101 | 11000100 | 1100100 | 101100 |
Color Harmonies of #00A4DF
Complementary color
Monochromatic Colors of #00A4DF
Black with #00A4DF
Text Example
Text Example
White with #00A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A4DF; }
p { color: rgb(0,164,223); }
H1.HeaderClassName
{
color: #00A4DF;
}
.AnyTagClassName
{
color: #00A4DF;
}
</style>
background-color css
<style>
a { background-color: #00A4DF; }
a { background-color: rgb(0,164,223); }
div.DivClassName
{
background-color: #00A4DF;
}
.BgClassName
{
background-color: #00A4DF;
}
</style>
border-color css
<style>
span { border-color: #00A4DF; }
span { border-color: rgb(0,164,223); }
td.TdClassName
{
border-color: #00A4DF;
}
.TagClassName
{
border-color: #00A4DF;
}
</style>