#03A0CA

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

Shades of Pacific Blue #03A0CA

Tints of Pacific Blue #03A0CA

Color information

#03A0CA (or 0x03A0CA) is unknown color: approx Pacific Blue. HEX triplet: 03, A0 and CA. RGB value is (3,160,202). Sum of RGB (Red+Green+Blue) = 3+160+202=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #03A0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A0CA is #FC5F35. Grayscale: #757575. Windows color (decimal): -16539446 or 13279235. OLE color: 13279235.

HSL color Cylindrical-coordinate representation of color #03A0CA: hue angle of 192.66º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A0CA is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3160202-
CMYK0.990.2100.21
HSL192.66º97.07%40.2%-
HSV(B)192.66º98.51%79.22%-
XYZ23.2729.4360.33-
YUV117.84175.4946.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.82%
GREEN value IS 160 (62.89% from 255) = 43.84%
BLUE value IS 202 (79.30% from 255) = 55.34%
R=0.82%
G=43.84%
B=55.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31602020.990.2100.21192.6697.0740.2
Hex3A0CA6315015c16128
Octal32403121432502530114150
Binary111010000011001010110001110101010101110000011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A0CA; }

 p { color: rgb(3,160,202); }

 H1.HeaderClassName
 {
   color: #03A0CA;
 }
 .AnyTagClassName
 {
   color: #03A0CA;
 }
</style>
background-color css

<style>
 a { background-color: #03A0CA; }

 a { background-color: rgb(3,160,202); }

 div.DivClassName
 {
   background-color: #03A0CA;
 }
 .BgClassName
 {
   background-color: #03A0CA;
 }
</style>
border-color css

<style>
 span { border-color: #03A0CA; }

 span { border-color: rgb(3,160,202); }

 td.TdClassName
 {
   border-color: #03A0CA;
 }
 .TagClassName
 {
   border-color: #03A0CA;
 }
</style>