Shades of Pacific Blue #00A4CF
Tints of Pacific Blue #00A4CF
RGB
CMYK
RGB Variations
Color information
#00A4CF (or 0x00A4CF) is known color: Pacific Blue. HEX triplet: 00, A4 and CF. RGB value is (0,164,207). Sum of RGB (Red+Green+Blue) = 0+164+207=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #00A4CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A4CF is #FF5B30. Grayscale: #777777. Windows color (decimal): -16735025 or 13607936. OLE color: 13607936.
HSL color Cylindrical-coordinate representation of color #00A4CF: hue angle of 192.46º 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 #00A4CF is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 164 | 207 | - |
| CMYK | 1 | 0.21 | 0 | 0.19 |
| HSL | 192.46º | 1% | 0.41% | - |
| HSV(B) | 192.46º | 1% | 0.81% | - |
| XYZ | 24.54 | 31.06 | 63.73 | - |
| YUV | 119.87 | 177.17 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 164 | 207 | 1 | 0.21 | 0 | 0.19 | 192.46 | 1 | 0.41 |
| Hex | 0 | A4 | CF | 64 | 15 | 0 | 13 | C0 | 64 | 29 |
| Octal | 0 | 244 | 317 | 144 | 25 | 0 | 23 | 300 | 144 | 51 |
| Binary | 0 | 10100100 | 11001111 | 1100100 | 10101 | 0 | 10011 | 11000000 | 1100100 | 101001 |
Color Harmonies of #00A4CF
Complementary color
Monochromatic Colors of #00A4CF
Black with #00A4CF
Text Example
Text Example
White with #00A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A4CF; }
p { color: rgb(0,164,207); }
H1.HeaderClassName
{
color: #00A4CF;
}
.AnyTagClassName
{
color: #00A4CF;
}
</style>
background-color css
<style>
a { background-color: #00A4CF; }
a { background-color: rgb(0,164,207); }
div.DivClassName
{
background-color: #00A4CF;
}
.BgClassName
{
background-color: #00A4CF;
}
</style>
border-color css
<style>
span { border-color: #00A4CF; }
span { border-color: rgb(0,164,207); }
td.TdClassName
{
border-color: #00A4CF;
}
.TagClassName
{
border-color: #00A4CF;
}
</style>