Html Css Color HEX #13A5D0 Pacific Blue

📋 copy color: '#13A5D0'

red 19 ◦ green 165 ◦ blue 208

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

Shades of Pacific Blue #13A5D0

Tints of Pacific Blue #13A5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.06%

R = 4.85%
G = 42.09%
B = 53.06%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#13A5D0 (or 0x13A5D0) is known color: Pacific Blue. HEX triplet: 13, A5 and D0. RGB value is (19,165,208). Sum of RGB (Red+Green+Blue) = 19+165+208=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #13A5D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A5D0 is #EC5A2F. Grayscale: #7D7D7D. Windows color (decimal): -15489584 or 13673747. OLE color: 13673747.

HSL color Cylindrical-coordinate representation of color #13A5D0: hue angle of 193.65º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13A5D0 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 165 208 -
CMYK 0.91 0.21 0 0.18
HSL 193.65º 0.83% 0.45% -
HSV(B) 193.65º 0.91% 0.82% -
XYZ 25.11 31.6 64.45 -
YUV 126.25 174.13 51.5 -
System Red Green Blue C M Y K H S L
Decimal 19 165 208 0.91 0.21 0 0.18 193.65 0.83 0.45
Hex 13 A5 D0 5B 15 0 12 C2 53 2D
Octal 23 245 320 133 25 0 22 302 123 55
Binary 10011 10100101 11010000 1011011 10101 0 10010 11000010 1010011 101101

Color Harmonies of #13A5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A5D0

Black with #13A5D0

Text Example


Text Example

White with #13A5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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