Html Css Color HEX #11A6CD Pacific Blue

📋 copy color: '#11A6CD'

red 17 ◦ green 166 ◦ blue 205

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

Shades of Pacific Blue #11A6CD

Tints of Pacific Blue #11A6CD

RGB

 RED value IS 17 (7.03% from 255) = 4.38%

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

 BLUE value IS 205 (80.47% from 255) = 52.84%

R = 4.38%
G = 42.78%
B = 52.84%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#11A6CD (or 0x11A6CD) is known color: Pacific Blue. HEX triplet: 11, A6 and CD. RGB value is (17,166,205). Sum of RGB (Red+Green+Blue) = 17+166+205=388 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.38% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #11A6CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A6CD is #EE5932. Grayscale: #7D7D7D. Windows color (decimal): -15620403 or 13477393. OLE color: 13477393.

HSL color Cylindrical-coordinate representation of color #11A6CD: hue angle of 192.45º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11A6CD is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 166 205 -
CMYK 0.92 0.19 0 0.20
HSL 192.45º 0.85% 0.44% -
HSV(B) 192.45º 0.92% 0.8% -
XYZ 24.89 31.8 62.58 -
YUV 125.9 172.64 50.33 -
System Red Green Blue C M Y K H S L
Decimal 17 166 205 0.92 0.19 0 0.20 192.45 0.85 0.44
Hex 11 A6 CD 5C 13 0 14 C0 55 2C
Octal 21 246 315 134 23 0 24 300 125 54
Binary 10001 10100110 11001101 1011100 10011 0 10100 11000000 1010101 101100

Color Harmonies of #11A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A6CD

Black with #11A6CD

Text Example


Text Example

White with #11A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A6CD; }

 p { color: rgb(17,166,205); }

 H1.HeaderClassName
 {
   color: #11A6CD;
 }
 .AnyTagClassName
 {
   color: #11A6CD;
 }
</style>

background-color css

<style>
 a { background-color: #11A6CD; }

 a { background-color: rgb(17,166,205); }

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

border-color css

<style>
 span { border-color: #11A6CD; }

 span { border-color: rgb(17,166,205); }

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