Html Css Color HEX #13A6BE Pacific Blue

📋 copy color: '#13A6BE'

red 19 ◦ green 166 ◦ blue 190

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

Shades of Pacific Blue #13A6BE

Tints of Pacific Blue #13A6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.27%

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

R = 5.07%
G = 44.27%
B = 50.67%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#13A6BE (or 0x13A6BE) is known color: Pacific Blue. HEX triplet: 13, A6 and BE. RGB value is (19,166,190). Sum of RGB (Red+Green+Blue) = 19+166+190=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #13A6BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A6BE is #EC5941. Grayscale: #7C7C7C. Windows color (decimal): -15489346 or 12494355. OLE color: 12494355.

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

Color convert

RGB 19 166 190 -
CMYK 0.90 0.13 0 0.25
HSL 188.42º 0.82% 0.41% -
HSV(B) 188.42º 0.9% 0.75% -
XYZ 23.2 31.13 53.5 -
YUV 124.78 164.8 52.55 -
System Red Green Blue C M Y K H S L
Decimal 19 166 190 0.90 0.13 0 0.25 188.42 0.82 0.41
Hex 13 A6 BE 5A D 0 19 BC 52 29
Octal 23 246 276 132 15 0 31 274 122 51
Binary 10011 10100110 10111110 1011010 1101 0 11001 10111100 1010010 101001

Color Harmonies of #13A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A6BE

Black with #13A6BE

Text Example


Text Example

White with #13A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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