Html Css Color HEX #13A1CC Pacific Blue

📋 copy color: '#13A1CC'

red 19 ◦ green 161 ◦ blue 204

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

Shades of Pacific Blue #13A1CC

Tints of Pacific Blue #13A1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 4.95%
G = 41.93%
B = 53.13%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#13A1CC (or 0x13A1CC) is known color: Pacific Blue. HEX triplet: 13, A1 and CC. RGB value is (19,161,204). Sum of RGB (Red+Green+Blue) = 19+161+204=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #13A1CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A1CC is #EC5E33. Grayscale: #7B7B7B. Windows color (decimal): -15490612 or 13410579. OLE color: 13410579.

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

Color convert

RGB 19 161 204 -
CMYK 0.91 0.21 0 0.2
HSL 193.95º 0.83% 0.44% -
HSV(B) 193.95º 0.91% 0.8% -
XYZ 23.91 29.99 61.65 -
YUV 123.44 173.46 53.5 -
System Red Green Blue C M Y K H S L
Decimal 19 161 204 0.91 0.21 0 0.2 193.95 0.83 0.44
Hex 13 A1 CC 5B 15 0 14 C2 53 2C
Octal 23 241 314 133 25 0 24 302 123 54
Binary 10011 10100001 11001100 1011011 10101 0 10100 11000010 1010011 101100

Color Harmonies of #13A1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A1CC

Black with #13A1CC

Text Example


Text Example

White with #13A1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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