#03A8BB

Color #03A8BB Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #03A8BB

Tints of Pacific Blue #03A8BB

Color information

#03A8BB (or 0x03A8BB) is unknown color: approx 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

RGB3168187-
CMYK0.980.1000.27
HSL186.2º96.84%37.25%-
HSV(B)186.2º98.4%73.33%-
XYZ23.0131.6151.9-
YUV120.83165.3443.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.84%
GREEN value IS 168 (66.02% from 255) = 46.93%
BLUE value IS 187 (73.44% from 255) = 52.23%
R=0.84%
G=46.93%
B=52.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31681870.980.1000.27186.296.8437.25
Hex3A8BB62A01Bba6125
Octal32502731421203327214145
Binary11101010001011101111000101010011011101110101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>