Shades of Pacific Blue #03A8C4
Tints of Pacific Blue #03A8C4
RGB
CMYK
RGB Variations
Color information
#03A8C4 (or 0x03A8C4) is known color: Pacific Blue. HEX triplet: 03, A8 and C4. RGB value is (3,168,196). Sum of RGB (Red+Green+Blue) = 3+168+196=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 196 (76.95% from 255 or 53.41% from 367); Max value from RGB is 196 - color contains mainly: blue. Hex color #03A8C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A8C4 is #FC573B. Grayscale: #797979. Windows color (decimal): -16537404 or 12888067. OLE color: 12888067.
HSL color Cylindrical-coordinate representation of color #03A8C4: hue angle of 188.7º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A8C4 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 168 | 196 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.23 |
| HSL | 188.7º | 0.97% | 0.39% | - |
| HSV(B) | 188.7º | 0.98% | 0.77% | - |
| XYZ | 24 | 32.01 | 57.14 | - |
| YUV | 121.86 | 169.84 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 168 | 196 | 0.98 | 0.14 | 0 | 0.23 | 188.7 | 0.97 | 0.39 |
| Hex | 3 | A8 | C4 | 62 | E | 0 | 17 | BD | 61 | 27 |
| Octal | 3 | 250 | 304 | 142 | 16 | 0 | 27 | 275 | 141 | 47 |
| Binary | 11 | 10101000 | 11000100 | 1100010 | 1110 | 0 | 10111 | 10111101 | 1100001 | 100111 |
Color Harmonies of #03A8C4
Complementary color
Monochromatic Colors of #03A8C4
Black with #03A8C4
Text Example
Text Example
White with #03A8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A8C4; }
p { color: rgb(3,168,196); }
H1.HeaderClassName
{
color: #03A8C4;
}
.AnyTagClassName
{
color: #03A8C4;
}
</style>
background-color css
<style>
a { background-color: #03A8C4; }
a { background-color: rgb(3,168,196); }
div.DivClassName
{
background-color: #03A8C4;
}
.BgClassName
{
background-color: #03A8C4;
}
</style>
border-color css
<style>
span { border-color: #03A8C4; }
span { border-color: rgb(3,168,196); }
td.TdClassName
{
border-color: #03A8C4;
}
.TagClassName
{
border-color: #03A8C4;
}
</style>