#00A0CF

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

Shades of Pacific Blue #00A0CF

Tints of Pacific Blue #00A0CF

Color information

#00A0CF (or 0x00A0CF) is unknown color: approx Pacific Blue. HEX triplet: 00, A0 and CF. RGB value is (0,160,207). Sum of RGB (Red+Green+Blue) = 0+160+207=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #00A0CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A0CF is #FF5F30. Grayscale: #757575. Windows color (decimal): -16736049 or 13606912. OLE color: 13606912.

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

Color convert

RGB0160207-
CMYK10.2300.19
HSL193.62º100%40.59%-
HSV(B)193.62º100%81.18%-
XYZ23.8329.6563.5-
YUV117.52178.4944.18-

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.60%
BLUE value IS 207 (81.25% from 255) = 56.40%
R=0%
G=43.60%
B=56.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal016020710.2300.19193.6210040.59
Hex0A0CF6417013c26429
Octal02403171442702330214451
Binary01010000011001111110010010111010011110000101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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