Html Css Color HEX #13A4BC Pacific Blue

📋 copy color: '#13A4BC'

red 19 ◦ green 164 ◦ blue 188

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

Shades of Pacific Blue #13A4BC

Tints of Pacific Blue #13A4BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 5.12%
G = 44.2%
B = 50.67%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#13A4BC (or 0x13A4BC) is known color: Pacific Blue. HEX triplet: 13, A4 and BC. RGB value is (19,164,188). Sum of RGB (Red+Green+Blue) = 19+164+188=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #13A4BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A4BC is #EC5B43. Grayscale: #7B7B7B. Windows color (decimal): -15489860 or 12362771. OLE color: 12362771.

HSL color Cylindrical-coordinate representation of color #13A4BC: hue angle of 188.52º 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 #13A4BC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 164 188 -
CMYK 0.90 0.13 0 0.26
HSL 188.52º 0.82% 0.41% -
HSV(B) 188.52º 0.9% 0.74% -
XYZ 22.62 30.32 52.24 -
YUV 123.38 164.46 53.55 -
System Red Green Blue C M Y K H S L
Decimal 19 164 188 0.90 0.13 0 0.26 188.52 0.82 0.41
Hex 13 A4 BC 5A D 0 1A BD 52 29
Octal 23 244 274 132 15 0 32 275 122 51
Binary 10011 10100100 10111100 1011010 1101 0 11010 10111101 1010010 101001

Color Harmonies of #13A4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A4BC

Black with #13A4BC

Text Example


Text Example

White with #13A4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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