Shades of Pacific Blue #00A4DD
Tints of Pacific Blue #00A4DD
RGB
CMYK
RGB Variations
Color information
#00A4DD (or 0x00A4DD) is known color: Pacific Blue. HEX triplet: 00, A4 and DD. RGB value is (0,164,221). Sum of RGB (Red+Green+Blue) = 0+164+221=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #00A4DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A4DD is #FF5B22. Grayscale: #797979. Windows color (decimal): -16735011 or 14525440. OLE color: 14525440.
HSL color Cylindrical-coordinate representation of color #00A4DD: hue angle of 195.48º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A4DD is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 164 | 221 | - |
| CMYK | 1 | 0.26 | 0 | 0.13 |
| HSL | 195.48º | 1% | 0.43% | - |
| HSV(B) | 195.48º | 1% | 0.87% | - |
| XYZ | 26.33 | 31.77 | 73.15 | - |
| YUV | 121.46 | 184.17 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 164 | 221 | 1 | 0.26 | 0 | 0.13 | 195.48 | 1 | 0.43 |
| Hex | 0 | A4 | DD | 64 | 1A | 0 | D | C3 | 64 | 2B |
| Octal | 0 | 244 | 335 | 144 | 32 | 0 | 15 | 303 | 144 | 53 |
| Binary | 0 | 10100100 | 11011101 | 1100100 | 11010 | 0 | 1101 | 11000011 | 1100100 | 101011 |
Color Harmonies of #00A4DD
Complementary color
Monochromatic Colors of #00A4DD
Black with #00A4DD
Text Example
Text Example
White with #00A4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A4DD; }
p { color: rgb(0,164,221); }
H1.HeaderClassName
{
color: #00A4DD;
}
.AnyTagClassName
{
color: #00A4DD;
}
</style>
background-color css
<style>
a { background-color: #00A4DD; }
a { background-color: rgb(0,164,221); }
div.DivClassName
{
background-color: #00A4DD;
}
.BgClassName
{
background-color: #00A4DD;
}
</style>
border-color css
<style>
span { border-color: #00A4DD; }
span { border-color: rgb(0,164,221); }
td.TdClassName
{
border-color: #00A4DD;
}
.TagClassName
{
border-color: #00A4DD;
}
</style>