#03A0C1

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

Shades of Pacific Blue #03A0C1

Tints of Pacific Blue #03A0C1

Color information

#03A0C1 (or 0x03A0C1) is unknown color: approx Pacific Blue. HEX triplet: 03, A0 and C1. RGB value is (3,160,193). Sum of RGB (Red+Green+Blue) = 3+160+193=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #03A0C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A0C1 is #FC5F3E. Grayscale: #747474. Windows color (decimal): -16539455 or 12689411. OLE color: 12689411.

HSL color Cylindrical-coordinate representation of color #03A0C1: hue angle of 190.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A0C1 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3160193-
CMYK0.980.1700.24
HSL190.42º96.94%38.43%-
HSV(B)190.42º98.45%75.69%-
XYZ22.2329.0154.88-
YUV116.82170.9946.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.84%
GREEN value IS 160 (62.89% from 255) = 44.94%
BLUE value IS 193 (75.78% from 255) = 54.21%
R=0.84%
G=44.94%
B=54.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31601930.980.1700.24190.4296.9438.43
Hex3A0C16211018be6126
Octal32403011422103027614146
Binary111010000011000001110001010001011000101111101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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