Html Css Color HEX #13A6DB Pacific Blue

📋 copy color: '#13A6DB'

red 19 ◦ green 166 ◦ blue 219

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

Shades of Pacific Blue #13A6DB

Tints of Pacific Blue #13A6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.21%

R = 4.7%
G = 41.09%
B = 54.21%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#13A6DB (or 0x13A6DB) is known color: Pacific Blue. HEX triplet: 13, A6 and DB. RGB value is (19,166,219). Sum of RGB (Red+Green+Blue) = 19+166+219=404 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.70% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #13A6DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A6DB is #EC5924. Grayscale: #7F7F7F. Windows color (decimal): -15489317 or 14394899. OLE color: 14394899.

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

Color convert

RGB 19 166 219 -
CMYK 0.91 0.24 0 0.14
HSL 195.9º 0.84% 0.47% -
HSV(B) 195.9º 0.91% 0.86% -
XYZ 26.69 32.53 71.89 -
YUV 128.09 179.3 50.19 -
System Red Green Blue C M Y K H S L
Decimal 19 166 219 0.91 0.24 0 0.14 195.9 0.84 0.47
Hex 13 A6 DB 5B 18 0 E C4 54 2F
Octal 23 246 333 133 30 0 16 304 124 57
Binary 10011 10100110 11011011 1011011 11000 0 1110 11000100 1010100 101111

Color Harmonies of #13A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A6DB

Black with #13A6DB

Text Example


Text Example

White with #13A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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