#03A1CA

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

Shades of Pacific Blue #03A1CA

Tints of Pacific Blue #03A1CA

Color information

#03A1CA (or 0x03A1CA) is unknown color: approx Pacific Blue. HEX triplet: 03, A1 and CA. RGB value is (3,161,202). Sum of RGB (Red+Green+Blue) = 3+161+202=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #03A1CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A1CA is #FC5E35. Grayscale: #767676. Windows color (decimal): -16539190 or 13279491. OLE color: 13279491.

HSL color Cylindrical-coordinate representation of color #03A1CA: hue angle of 192.36º 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 #03A1CA is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3161202-
CMYK0.990.2000.21
HSL192.36º97.07%40.2%-
HSV(B)192.36º98.51%79.22%-
XYZ23.4429.7760.39-
YUV118.43175.1545.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.82%
GREEN value IS 161 (63.28% from 255) = 43.99%
BLUE value IS 202 (79.30% from 255) = 55.19%
R=0.82%
G=43.99%
B=55.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31612020.990.2000.21192.3697.0740.2
Hex3A1CA6314015c06128
Octal32413121432402530014150
Binary111010000111001010110001110100010101110000001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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