Html Css Color HEX #11A0BE Pacific Blue

📋 copy color: '#11A0BE'

red 17 ◦ green 160 ◦ blue 190

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

Shades of Pacific Blue #11A0BE

Tints of Pacific Blue #11A0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.6%

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

R = 4.63%
G = 43.6%
B = 51.77%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#11A0BE (or 0x11A0BE) is known color: Pacific Blue. HEX triplet: 11, A0 and BE. RGB value is (17,160,190). Sum of RGB (Red+Green+Blue) = 17+160+190=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #11A0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A0BE is #EE5F41. Grayscale: #787878. Windows color (decimal): -15621954 or 12492817. OLE color: 12492817.

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

Color convert

RGB 17 160 190 -
CMYK 0.91 0.16 0 0.25
HSL 190.4º 0.84% 0.41% -
HSV(B) 190.4º 0.91% 0.75% -
XYZ 22.1 28.98 53.14 -
YUV 120.66 167.12 54.06 -
System Red Green Blue C M Y K H S L
Decimal 17 160 190 0.91 0.16 0 0.25 190.4 0.84 0.41
Hex 11 A0 BE 5B 10 0 19 BE 54 29
Octal 21 240 276 133 20 0 31 276 124 51
Binary 10001 10100000 10111110 1011011 10000 0 11001 10111110 1010100 101001

Color Harmonies of #11A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A0BE

Black with #11A0BE

Text Example


Text Example

White with #11A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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