#13A1BD

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

Shades of Pacific Blue #13A1BD

Tints of Pacific Blue #13A1BD

Color information

#13A1BD (or 0x13A1BD) is unknown color: approx Pacific Blue. HEX triplet: 13, A1 and BD. RGB value is (19,161,189). Sum of RGB (Red+Green+Blue) = 19+161+189=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #13A1BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A1BD is #EC5E42. Grayscale: #797979. Windows color (decimal): -15490627 or 12427539. OLE color: 12427539.

HSL color Cylindrical-coordinate representation of color #13A1BD: hue angle of 189.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13A1BD is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB19161189-
CMYK0.900.1500.26
HSL189.88º81.73%40.78%-
HSV(B)189.88º89.95%74.12%-
XYZ22.229.352.63-
YUV121.73165.9654.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.15%
GREEN value IS 161 (63.28% from 255) = 43.63%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=5.15%
G=43.63%
B=51.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191611890.900.1500.26189.8881.7340.78
Hex13A1BD5AF01Abe5229
Octal232412751321703227612251
Binary10011101000011011110110110101111011010101111101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,161,189); }

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

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

 a { background-color: rgb(19,161,189); }

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

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

 span { border-color: rgb(19,161,189); }

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