Shades of Pacific Blue #03A8BB
Tints of Pacific Blue #03A8BB
RGB
CMYK
RGB Variations
Color information
#03A8BB (or 0x03A8BB) is known color: Pacific Blue. HEX triplet: 03, A8 and BB. RGB value is (3,168,187). Sum of RGB (Red+Green+Blue) = 3+168+187=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #03A8BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A8BB is #FC5744. Grayscale: #787878. Windows color (decimal): -16537413 or 12298243. OLE color: 12298243.
HSL color Cylindrical-coordinate representation of color #03A8BB: hue angle of 186.2º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A8BB is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 3 | 168 | 187 | - |
CMYK | 0.98 | 0.10 | 0 | 0.27 |
HSL | 186.2º | 0.97% | 0.37% | - |
HSV(B) | 186.2º | 0.98% | 0.73% | - |
XYZ | 23.01 | 31.61 | 51.9 | - |
YUV | 120.83 | 165.34 | 43.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 168 | 187 | 0.98 | 0.10 | 0 | 0.27 | 186.2 | 0.97 | 0.37 |
Hex | 3 | A8 | BB | 62 | A | 0 | 1B | BA | 61 | 25 |
Octal | 3 | 250 | 273 | 142 | 12 | 0 | 33 | 272 | 141 | 45 |
Binary | 11 | 10101000 | 10111011 | 1100010 | 1010 | 0 | 11011 | 10111010 | 1100001 | 100101 |
Color Harmonies of #03A8BB
Complementary color
Monochromatic Colors of #03A8BB
Black with #03A8BB
Text Example
Text Example
White with #03A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A8BB; }
p { color: rgb(3,168,187); }
H1.HeaderClassName
{
color: #03A8BB;
}
.AnyTagClassName
{
color: #03A8BB;
}
</style>
background-color css
<style>
a { background-color: #03A8BB; }
a { background-color: rgb(3,168,187); }
div.DivClassName
{
background-color: #03A8BB;
}
.BgClassName
{
background-color: #03A8BB;
}
</style>
border-color css
<style>
span { border-color: #03A8BB; }
span { border-color: rgb(3,168,187); }
td.TdClassName
{
border-color: #03A8BB;
}
.TagClassName
{
border-color: #03A8BB;
}
</style>