#00A3D0

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

Shades of Pacific Blue #00A3D0

Tints of Pacific Blue #00A3D0

Color information

#00A3D0 (or 0x00A3D0) is unknown color: approx Pacific Blue. HEX triplet: 00, A3 and D0. RGB value is (0,163,208). Sum of RGB (Red+Green+Blue) = 0+163+208=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #00A3D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A3D0 is #FF5C2F. Grayscale: #777777. Windows color (decimal): -16735280 or 13673216. OLE color: 13673216.

HSL color Cylindrical-coordinate representation of color #00A3D0: hue angle of 192.98º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A3D0 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB0163208-
CMYK10.2200.18
HSL192.98º100%40.78%-
HSV(B)192.98º100%81.57%-
XYZ24.4830.7564.32-
YUV119.3917842.84-

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) = 43.94%
BLUE value IS 208 (81.64% from 255) = 56.06%
R=0%
G=43.94%
B=56.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal016320810.2200.18192.9810040.78
Hex0A3D06416012c16429
Octal02433201442602230114451
Binary01010001111010000110010010110010010110000011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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