Shades of Pacific Blue #00A3BE
Tints of Pacific Blue #00A3BE
RGB
CMYK
RGB Variations
Color information
#00A3BE (or 0x00A3BE) is known color: Pacific Blue. HEX triplet: 00, A3 and BE. RGB value is (0,163,190). Sum of RGB (Red+Green+Blue) = 0+163+190=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #00A3BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A3BE is #FF5C41. Grayscale: #757575. Windows color (decimal): -16735298 or 12493568. OLE color: 12493568.
HSL color Cylindrical-coordinate representation of color #00A3BE: hue angle of 188.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A3BE is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 163 | 190 | - |
| CMYK | 1 | 0.14 | 0 | 0.25 |
| HSL | 188.53º | 1% | 0.37% | - |
| HSV(B) | 188.53º | 1% | 0.75% | - |
| XYZ | 22.39 | 29.91 | 53.31 | - |
| YUV | 117.34 | 169 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 163 | 190 | 1 | 0.14 | 0 | 0.25 | 188.53 | 1 | 0.37 |
| Hex | 0 | A3 | BE | 64 | E | 0 | 19 | BD | 64 | 25 |
| Octal | 0 | 243 | 276 | 144 | 16 | 0 | 31 | 275 | 144 | 45 |
| Binary | 0 | 10100011 | 10111110 | 1100100 | 1110 | 0 | 11001 | 10111101 | 1100100 | 100101 |
Color Harmonies of #00A3BE
Complementary color
Monochromatic Colors of #00A3BE
Black with #00A3BE
Text Example
Text Example
White with #00A3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A3BE; }
p { color: rgb(0,163,190); }
H1.HeaderClassName
{
color: #00A3BE;
}
.AnyTagClassName
{
color: #00A3BE;
}
</style>
background-color css
<style>
a { background-color: #00A3BE; }
a { background-color: rgb(0,163,190); }
div.DivClassName
{
background-color: #00A3BE;
}
.BgClassName
{
background-color: #00A3BE;
}
</style>
border-color css
<style>
span { border-color: #00A3BE; }
span { border-color: rgb(0,163,190); }
td.TdClassName
{
border-color: #00A3BE;
}
.TagClassName
{
border-color: #00A3BE;
}
</style>