Html Css Color HEX #13A4D5 Pacific Blue

📋 copy color: '#13A4D5'

red 19 ◦ green 164 ◦ blue 213

#13A4D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #13A4D5

Tints of Pacific Blue #13A4D5

RGB

 RED value IS 19 (7.81% from 255) = 4.8%

 GREEN value IS 164 (64.45% from 255) = 41.41%

 BLUE value IS 213 (83.59% from 255) = 53.79%

R = 4.8%
G = 41.41%
B = 53.79%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#13A4D5 (or 0x13A4D5) is known color: Pacific Blue. HEX triplet: 13, A4 and D5. RGB value is (19,164,213). Sum of RGB (Red+Green+Blue) = 19+164+213=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #13A4D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A4D5 is #EC5B2A. Grayscale: #7D7D7D. Windows color (decimal): -15489835 or 14001171. OLE color: 14001171.

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

Color convert

RGB 19 164 213 -
CMYK 0.91 0.23 0 0.16
HSL 195.15º 0.84% 0.45% -
HSV(B) 195.15º 0.91% 0.84% -
XYZ 25.55 31.49 67.68 -
YUV 126.23 176.96 51.52 -
System Red Green Blue C M Y K H S L
Decimal 19 164 213 0.91 0.23 0 0.16 195.15 0.84 0.45
Hex 13 A4 D5 5B 17 0 10 C3 54 2D
Octal 23 244 325 133 27 0 20 303 124 55
Binary 10011 10100100 11010101 1011011 10111 0 10000 11000011 1010100 101101

Color Harmonies of #13A4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A4D5

Black with #13A4D5

Text Example


Text Example

White with #13A4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,164,213); }

 H1.HeaderClassName
 {
   color: #13A4D5;
 }
 .AnyTagClassName
 {
   color: #13A4D5;
 }
</style>

background-color css

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

 a { background-color: rgb(19,164,213); }

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

border-color css

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

 span { border-color: rgb(19,164,213); }

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