Html Css Color HEX #13A2CE Pacific Blue

📋 copy color: '#13A2CE'

red 19 ◦ green 162 ◦ blue 206

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

Shades of Pacific Blue #13A2CE

Tints of Pacific Blue #13A2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 4.91%
G = 41.86%
B = 53.23%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#13A2CE (or 0x13A2CE) is known color: Pacific Blue. HEX triplet: 13, A2 and CE. RGB value is (19,162,206). Sum of RGB (Red+Green+Blue) = 19+162+206=387 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.91% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #13A2CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A2CE is #EC5D31. Grayscale: #7B7B7B. Windows color (decimal): -15490354 or 13541907. OLE color: 13541907.

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

Color convert

RGB 19 162 206 -
CMYK 0.91 0.21 0 0.19
HSL 194.12º 0.83% 0.44% -
HSV(B) 194.12º 0.91% 0.81% -
XYZ 24.33 30.44 62.98 -
YUV 124.26 174.12 52.92 -
System Red Green Blue C M Y K H S L
Decimal 19 162 206 0.91 0.21 0 0.19 194.12 0.83 0.44
Hex 13 A2 CE 5B 15 0 13 C2 53 2C
Octal 23 242 316 133 25 0 23 302 123 54
Binary 10011 10100010 11001110 1011011 10101 0 10011 11000010 1010011 101100

Color Harmonies of #13A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A2CE

Black with #13A2CE

Text Example


Text Example

White with #13A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,162,206); }

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

background-color css

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

 a { background-color: rgb(19,162,206); }

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

border-color css

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

 span { border-color: rgb(19,162,206); }

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