Html Css Color HEX #13A4CE Pacific Blue

📋 copy color: '#13A4CE'

red 19 ◦ green 164 ◦ blue 206

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

Shades of Pacific Blue #13A4CE

Tints of Pacific Blue #13A4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.16%

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

R = 4.88%
G = 42.16%
B = 52.96%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#13A4CE (or 0x13A4CE) is known color: Pacific Blue. HEX triplet: 13, A4 and CE. RGB value is (19,164,206). Sum of RGB (Red+Green+Blue) = 19+164+206=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #13A4CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A4CE is #EC5B31. Grayscale: #7D7D7D. Windows color (decimal): -15489842 or 13542419. OLE color: 13542419.

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

Color convert

RGB 19 164 206 -
CMYK 0.91 0.20 0 0.19
HSL 193.48º 0.83% 0.44% -
HSV(B) 193.48º 0.91% 0.81% -
XYZ 24.68 31.15 63.1 -
YUV 125.43 173.46 52.08 -
System Red Green Blue C M Y K H S L
Decimal 19 164 206 0.91 0.20 0 0.19 193.48 0.83 0.44
Hex 13 A4 CE 5B 14 0 13 C1 53 2C
Octal 23 244 316 133 24 0 23 301 123 54
Binary 10011 10100100 11001110 1011011 10100 0 10011 11000001 1010011 101100

Color Harmonies of #13A4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A4CE

Black with #13A4CE

Text Example


Text Example

White with #13A4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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