Html Css Color HEX #13A5BF Pacific Blue

📋 copy color: '#13A5BF'

red 19 ◦ green 165 ◦ blue 191

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

Shades of Pacific Blue #13A5BF

Tints of Pacific Blue #13A5BF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44%

 BLUE value IS 191 (75% from 255) = 50.93%

R = 5.07%
G = 44%
B = 50.93%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#13A5BF (or 0x13A5BF) is known color: Pacific Blue. HEX triplet: 13, A5 and BF. RGB value is (19,165,191). Sum of RGB (Red+Green+Blue) = 19+165+191=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #13A5BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A5BF is #EC5A40. Grayscale: #7C7C7C. Windows color (decimal): -15489601 or 12559635. OLE color: 12559635.

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

Color convert

RGB 19 165 191 -
CMYK 0.90 0.14 0 0.25
HSL 189.07º 0.82% 0.41% -
HSV(B) 189.07º 0.9% 0.75% -
XYZ 23.13 30.81 54.02 -
YUV 124.31 165.63 52.89 -
System Red Green Blue C M Y K H S L
Decimal 19 165 191 0.90 0.14 0 0.25 189.07 0.82 0.41
Hex 13 A5 BF 5A E 0 19 BD 52 29
Octal 23 245 277 132 16 0 31 275 122 51
Binary 10011 10100101 10111111 1011010 1110 0 11001 10111101 1010010 101001

Color Harmonies of #13A5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A5BF

Black with #13A5BF

Text Example


Text Example

White with #13A5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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