#13A5D7

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

Shades of Pacific Blue #13A5D7

Tints of Pacific Blue #13A5D7

Color information

#13A5D7 (or 0x13A5D7) is unknown color: approx Pacific Blue. HEX triplet: 13, A5 and D7. RGB value is (19,165,215). Sum of RGB (Red+Green+Blue) = 19+165+215=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 215 (84.38% from 255 or 53.88% from 399); Max value from RGB is 215 - color contains mainly: blue. Hex color #13A5D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A5D7 is #EC5A28. Grayscale: #7E7E7E. Windows color (decimal): -15489577 or 14132499. OLE color: 14132499.

HSL color Cylindrical-coordinate representation of color #13A5D7: hue angle of 195.31º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13A5D7 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19165215-
CMYK0.910.2300.16
HSL195.31º83.76%45.88%-
HSV(B)195.31º91.16%84.31%-
XYZ25.9931.9669.09-
YUV127.05177.6350.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.76%
GREEN value IS 165 (64.84% from 255) = 41.35%
BLUE value IS 215 (84.38% from 255) = 53.88%
R=4.76%
G=41.35%
B=53.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191652150.910.2300.16195.3183.7645.88
Hex13A5D75B17010c3542e
Octal232453271332702030312456
Binary100111010010111010111101101110111010000110000111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,165,215); }

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

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

 a { background-color: rgb(19,165,215); }

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

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

 span { border-color: rgb(19,165,215); }

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