#00a7c1

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

Shades of Pacific Blue #00A7C1

Tints of Pacific Blue #00A7C1

Color information

#00A7C1 (or 0x00A7C1) is unknown color: approx Pacific Blue. HEX triplet: 00, A7 and C1. RGB value is (0,167,193). Sum of RGB (Red+Green+Blue) = 0+167+193=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 167 (65.62% from 255 or 46.39% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #00A7C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A7C1 is #FF583E. Grayscale: #777777. Windows color (decimal): -16734271 or 12691200. OLE color: 12691200.

HSL color Cylindrical-coordinate representation of color #00A7C1: hue angle of 188.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A7C1 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB0167193-
CMYK10.1300.24
HSL188.08º100%37.84%-
HSV(B)188.08º100%75.69%-
XYZ23.4431.4955.29-
YUV120.03169.1742.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 167 (65.62% from 255) = 46.39%
BLUE value IS 193 (75.78% from 255) = 53.61%
R=0%
G=46.39%
B=53.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal016719310.1300.24188.0810037.84
Hex0A7C164D018bc6426
Octal02473011441503027414446
Binary0101001111100000111001001101011000101111001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00a7c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,167,193); }

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

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

 a { background-color: rgb(0,167,193); }

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

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

 span { border-color: rgb(0,167,193); }

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