Html Css Color HEX #13A0BE Pacific Blue

📋 copy color: '#13A0BE'

red 19 ◦ green 160 ◦ blue 190

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

Shades of Pacific Blue #13A0BE

Tints of Pacific Blue #13A0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.36%

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 5.15%
G = 43.36%
B = 51.49%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#13A0BE (or 0x13A0BE) is known color: Pacific Blue. HEX triplet: 13, A0 and BE. RGB value is (19,160,190). Sum of RGB (Red+Green+Blue) = 19+160+190=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #13A0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A0BE is #EC5F41. Grayscale: #797979. Windows color (decimal): -15490882 or 12492819. OLE color: 12492819.

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

Color convert

RGB 19 160 190 -
CMYK 0.90 0.16 0 0.25
HSL 190.53º 0.82% 0.41% -
HSV(B) 190.53º 0.9% 0.75% -
XYZ 22.13 29 53.15 -
YUV 121.26 166.79 55.06 -
System Red Green Blue C M Y K H S L
Decimal 19 160 190 0.90 0.16 0 0.25 190.53 0.82 0.41
Hex 13 A0 BE 5A 10 0 19 BF 52 29
Octal 23 240 276 132 20 0 31 277 122 51
Binary 10011 10100000 10111110 1011010 10000 0 11001 10111111 1010010 101001

Color Harmonies of #13A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A0BE

Black with #13A0BE

Text Example


Text Example

White with #13A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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