Html Css Color HEX #11A6BD Pacific Blue

📋 copy color: '#11A6BD'

red 17 ◦ green 166 ◦ blue 189

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

Shades of Pacific Blue #11A6BD

Tints of Pacific Blue #11A6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.81%

R = 4.57%
G = 44.62%
B = 50.81%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#11A6BD (or 0x11A6BD) is known color: Pacific Blue. HEX triplet: 11, A6 and BD. RGB value is (17,166,189). Sum of RGB (Red+Green+Blue) = 17+166+189=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #11A6BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A6BD is #EE5942. Grayscale: #7B7B7B. Windows color (decimal): -15620419 or 12428817. OLE color: 12428817.

HSL color Cylindrical-coordinate representation of color #11A6BD: hue angle of 188.02º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11A6BD is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 166 189 -
CMYK 0.91 0.12 0 0.26
HSL 188.02º 0.83% 0.4% -
HSV(B) 188.02º 0.91% 0.74% -
XYZ 23.05 31.07 52.93 -
YUV 124.07 164.64 51.63 -
System Red Green Blue C M Y K H S L
Decimal 17 166 189 0.91 0.12 0 0.26 188.02 0.83 0.4
Hex 11 A6 BD 5B C 0 1A BC 53 28
Octal 21 246 275 133 14 0 32 274 123 50
Binary 10001 10100110 10111101 1011011 1100 0 11010 10111100 1010011 101000

Color Harmonies of #11A6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A6BD

Black with #11A6BD

Text Example


Text Example

White with #11A6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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