#00A0D1

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

Shades of Pacific Blue #00A0D1

Tints of Pacific Blue #00A0D1

Color information

#00A0D1 (or 0x00A0D1) is unknown color: approx Pacific Blue. HEX triplet: 00, A0 and D1. RGB value is (0,160,209). Sum of RGB (Red+Green+Blue) = 0+160+209=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 209 (82.03% from 255 or 56.64% from 369); Max value from RGB is 209 - color contains mainly: blue. Hex color #00A0D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A0D1 is #FF5F2E. Grayscale: #757575. Windows color (decimal): -16736047 or 13737984. OLE color: 13737984.

HSL color Cylindrical-coordinate representation of color #00A0D1: hue angle of 194.07º 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 #00A0D1 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB0160209-
CMYK10.2300.18
HSL194.07º100%40.98%-
HSV(B)194.07º100%81.96%-
XYZ24.0829.7564.79-
YUV117.75179.4944.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 160 (62.89% from 255) = 43.36%
BLUE value IS 209 (82.03% from 255) = 56.64%
R=0%
G=43.36%
B=56.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal016020910.2300.18194.0710040.98
Hex0A0D16417012c26429
Octal02403211442702230214451
Binary01010000011010001110010010111010010110000101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,160,209); }

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

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

 a { background-color: rgb(0,160,209); }

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

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

 span { border-color: rgb(0,160,209); }

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