#13a0c6

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

Shades of Pacific Blue #13A0C6

Tints of Pacific Blue #13A0C6

Color information

#13A0C6 (or 0x13A0C6) is unknown color: approx Pacific Blue. HEX triplet: 13, A0 and C6. RGB value is (19,160,198). Sum of RGB (Red+Green+Blue) = 19+160+198=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #13A0C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A0C6 is #EC5F39. Grayscale: #797979. Windows color (decimal): -15490874 or 13017107. OLE color: 13017107.

HSL color Cylindrical-coordinate representation of color #13A0C6: hue angle of 192.74º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13A0C6 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19160198-
CMYK0.900.1900.22
HSL192.74º82.49%42.55%-
HSV(B)192.74º90.4%77.65%-
XYZ23.0329.3657.88-
YUV122.17170.7954.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.04%
GREEN value IS 160 (62.89% from 255) = 42.44%
BLUE value IS 198 (77.73% from 255) = 52.52%
R=5.04%
G=42.44%
B=52.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191601980.900.1900.22192.7482.4942.55
Hex13A0C65A13016c1522b
Octal232403061322302630112253
Binary100111010000011000110101101010011010110110000011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13a0c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13a0c6; }

 p { color: rgb(19,160,198); }

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

<style>
 a { background-color: #13a0c6; }

 a { background-color: rgb(19,160,198); }

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

<style>
 span { border-color: #13a0c6; }

 span { border-color: rgb(19,160,198); }

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