#05a7c1

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

Shades of Pacific Blue #05A7C1

Tints of Pacific Blue #05A7C1

Color information

#05A7C1 (or 0x05A7C1) is unknown color: approx Pacific Blue. HEX triplet: 05, A7 and C1. RGB value is (5,167,193). Sum of RGB (Red+Green+Blue) = 5+167+193=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #05A7C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A7C1 is #FA583E. Grayscale: #797979. Windows color (decimal): -16406591 or 12691205. OLE color: 12691205.

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

Color convert

RGB5167193-
CMYK0.970.1300.24
HSL188.3º94.95%38.82%-
HSV(B)188.3º97.41%75.69%-
XYZ23.5131.5255.3-
YUV121.53168.3344.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.37%
GREEN value IS 167 (65.62% from 255) = 45.75%
BLUE value IS 193 (75.78% from 255) = 52.88%
R=1.37%
G=45.75%
B=52.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51671930.970.1300.24188.394.9538.82
Hex5A7C161D018bc5f27
Octal52473011411503027413747
Binary101101001111100000111000011101011000101111001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05a7c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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