Html Css Color HEX #13A1DC Pacific Blue

📋 copy color: '#13A1DC'

red 19 ◦ green 161 ◦ blue 220

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

Shades of Pacific Blue #13A1DC

Tints of Pacific Blue #13A1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.25%

 BLUE value IS 220 (86.33% from 255) = 55%

R = 4.75%
G = 40.25%
B = 55%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#13A1DC (or 0x13A1DC) is known color: Pacific Blue. HEX triplet: 13, A1 and DC. RGB value is (19,161,220). Sum of RGB (Red+Green+Blue) = 19+161+220=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #13A1DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A1DC is #EC5E23. Grayscale: #7C7C7C. Windows color (decimal): -15490596 or 14459155. OLE color: 14459155.

HSL color Cylindrical-coordinate representation of color #13A1DC: hue angle of 197.61º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13A1DC is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 161 220 -
CMYK 0.91 0.27 0 0.14
HSL 197.61º 0.84% 0.47% -
HSV(B) 197.61º 0.91% 0.86% -
XYZ 25.93 30.8 72.29 -
YUV 125.27 181.46 52.2 -
System Red Green Blue C M Y K H S L
Decimal 19 161 220 0.91 0.27 0 0.14 197.61 0.84 0.47
Hex 13 A1 DC 5B 1B 0 E C6 54 2F
Octal 23 241 334 133 33 0 16 306 124 57
Binary 10011 10100001 11011100 1011011 11011 0 1110 11000110 1010100 101111

Color Harmonies of #13A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A1DC

Black with #13A1DC

Text Example


Text Example

White with #13A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,161,220); }

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

background-color css

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

 a { background-color: rgb(19,161,220); }

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

border-color css

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

 span { border-color: rgb(19,161,220); }

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