#00A0E0

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

Shades of Pacific Blue #00A0E0

Tints of Pacific Blue #00A0E0

Color information

#00A0E0 (or 0x00A0E0) is unknown color: approx Pacific Blue. HEX triplet: 00, A0 and E0. RGB value is (0,160,224). Sum of RGB (Red+Green+Blue) = 0+160+224=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #00A0E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A0E0 is #FF5F1F. Grayscale: #777777. Windows color (decimal): -16736032 or 14721024. OLE color: 14721024.

HSL color Cylindrical-coordinate representation of color #00A0E0: hue angle of 197.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A0E0 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB0160224-
CMYK10.2900.12
HSL197.14º100%43.92%-
HSV(B)197.14º100%87.84%-
XYZ26.0330.5275.04-
YUV119.46186.9942.8-

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) = 41.67%
BLUE value IS 224 (87.89% from 255) = 58.33%
R=0%
G=41.67%
B=58.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal016022410.2900.12197.1410043.92
Hex0A0E0641D0Cc5642c
Octal02403401443501430514454
Binary0101000001110000011001001110101100110001011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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