Html Css Color HEX #13A6CE Pacific Blue

📋 copy color: '#13A6CE'

red 19 ◦ green 166 ◦ blue 206

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

Shades of Pacific Blue #13A6CE

Tints of Pacific Blue #13A6CE

RGB

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

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

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

R = 4.86%
G = 42.46%
B = 52.69%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#13A6CE (or 0x13A6CE) is known color: Pacific Blue. HEX triplet: 13, A6 and CE. RGB value is (19,166,206). Sum of RGB (Red+Green+Blue) = 19+166+206=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #13A6CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A6CE is #EC5931. Grayscale: #7E7E7E. Windows color (decimal): -15489330 or 13542931. OLE color: 13542931.

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

Color convert

RGB 19 166 206 -
CMYK 0.91 0.19 0 0.19
HSL 192.83º 0.83% 0.44% -
HSV(B) 192.83º 0.91% 0.81% -
XYZ 25.05 31.87 63.22 -
YUV 126.61 172.8 51.25 -
System Red Green Blue C M Y K H S L
Decimal 19 166 206 0.91 0.19 0 0.19 192.83 0.83 0.44
Hex 13 A6 CE 5B 13 0 13 C1 53 2C
Octal 23 246 316 133 23 0 23 301 123 54
Binary 10011 10100110 11001110 1011011 10011 0 10011 11000001 1010011 101100

Color Harmonies of #13A6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A6CE

Black with #13A6CE

Text Example


Text Example

White with #13A6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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