Html Css Color HEX #11A1BD Pacific Blue

📋 copy color: '#11A1BD'

red 17 ◦ green 161 ◦ blue 189

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

Shades of Pacific Blue #11A1BD

Tints of Pacific Blue #11A1BD

RGB

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

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

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

R = 4.63%
G = 43.87%
B = 51.5%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#11A1BD (or 0x11A1BD) is known color: Pacific Blue. HEX triplet: 11, A1 and BD. RGB value is (17,161,189). Sum of RGB (Red+Green+Blue) = 17+161+189=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #11A1BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A1BD is #EE5E42. Grayscale: #787878. Windows color (decimal): -15621699 or 12427537. OLE color: 12427537.

HSL color Cylindrical-coordinate representation of color #11A1BD: hue angle of 189.77º 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 #11A1BD is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 161 189 -
CMYK 0.91 0.15 0 0.26
HSL 189.77º 0.83% 0.4% -
HSV(B) 189.77º 0.91% 0.74% -
XYZ 22.16 29.28 52.63 -
YUV 121.14 166.29 53.72 -
System Red Green Blue C M Y K H S L
Decimal 17 161 189 0.91 0.15 0 0.26 189.77 0.83 0.4
Hex 11 A1 BD 5B F 0 1A BE 53 28
Octal 21 241 275 133 17 0 32 276 123 50
Binary 10001 10100001 10111101 1011011 1111 0 11010 10111110 1010011 101000

Color Harmonies of #11A1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A1BD

Black with #11A1BD

Text Example


Text Example

White with #11A1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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