Html Css Color HEX #11A2BE Pacific Blue

📋 copy color: '#11A2BE'

red 17 ◦ green 162 ◦ blue 190

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

Shades of Pacific Blue #11A2BE

Tints of Pacific Blue #11A2BE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.9%

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 4.61%
G = 43.9%
B = 51.49%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#11A2BE (or 0x11A2BE) is known color: Pacific Blue. HEX triplet: 11, A2 and BE. RGB value is (17,162,190). Sum of RGB (Red+Green+Blue) = 17+162+190=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #11A2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A2BE is #EE5D41. Grayscale: #797979. Windows color (decimal): -15621442 or 12493329. OLE color: 12493329.

HSL color Cylindrical-coordinate representation of color #11A2BE: hue angle of 189.71º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11A2BE is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 162 190 -
CMYK 0.91 0.15 0 0.25
HSL 189.71º 0.84% 0.41% -
HSV(B) 189.71º 0.91% 0.75% -
XYZ 22.45 29.68 53.26 -
YUV 121.84 166.46 53.22 -
System Red Green Blue C M Y K H S L
Decimal 17 162 190 0.91 0.15 0 0.25 189.71 0.84 0.41
Hex 11 A2 BE 5B F 0 19 BE 54 29
Octal 21 242 276 133 17 0 31 276 124 51
Binary 10001 10100010 10111110 1011011 1111 0 11001 10111110 1010100 101001

Color Harmonies of #11A2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A2BE

Black with #11A2BE

Text Example


Text Example

White with #11A2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,162,190); }

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

background-color css

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

 a { background-color: rgb(17,162,190); }

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

border-color css

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

 span { border-color: rgb(17,162,190); }

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