#00A3CC

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

Shades of Pacific Blue #00A3CC

Tints of Pacific Blue #00A3CC

Color information

#00A3CC (or 0x00A3CC) is unknown color: approx Pacific Blue. HEX triplet: 00, A3 and CC. RGB value is (0,163,204). Sum of RGB (Red+Green+Blue) = 0+163+204=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #00A3CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A3CC is #FF5C33. Grayscale: #767676. Windows color (decimal): -16735284 or 13411072. OLE color: 13411072.

HSL color Cylindrical-coordinate representation of color #00A3CC: hue angle of 192.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A3CC is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB0163204-
CMYK10.2000.2
HSL192.06º100%40%-
HSV(B)192.06º100%80%-
XYZ2430.5561.76-
YUV118.9417643.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 163 (64.06% from 255) = 44.41%
BLUE value IS 204 (80.08% from 255) = 55.59%
R=0%
G=44.41%
B=55.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal016320410.2000.2192.0610040
Hex0A3CC6414014c06428
Octal02433141442402430014450
Binary01010001111001100110010010100010100110000001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00A3CC; }

 p { color: rgb(0,163,204); }

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

<style>
 a { background-color: #00A3CC; }

 a { background-color: rgb(0,163,204); }

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

<style>
 span { border-color: #00A3CC; }

 span { border-color: rgb(0,163,204); }

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