Html Css Color HEX #11A6BE Pacific Blue

📋 copy color: '#11A6BE'

red 17 ◦ green 166 ◦ blue 190

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

Shades of Pacific Blue #11A6BE

Tints of Pacific Blue #11A6BE

RGB

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

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

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

R = 4.56%
G = 44.5%
B = 50.94%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#11A6BE (or 0x11A6BE) is known color: Pacific Blue. HEX triplet: 11, A6 and BE. RGB value is (17,166,190). Sum of RGB (Red+Green+Blue) = 17+166+190=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #11A6BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A6BE is #EE5941. Grayscale: #7B7B7B. Windows color (decimal): -15620418 or 12494353. OLE color: 12494353.

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

Color convert

RGB 17 166 190 -
CMYK 0.91 0.13 0 0.25
HSL 188.32º 0.84% 0.41% -
HSV(B) 188.32º 0.91% 0.75% -
XYZ 23.16 31.11 53.5 -
YUV 124.19 165.14 51.55 -
System Red Green Blue C M Y K H S L
Decimal 17 166 190 0.91 0.13 0 0.25 188.32 0.84 0.41
Hex 11 A6 BE 5B D 0 19 BC 54 29
Octal 21 246 276 133 15 0 31 274 124 51
Binary 10001 10100110 10111110 1011011 1101 0 11001 10111100 1010100 101001

Color Harmonies of #11A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A6BE

Black with #11A6BE

Text Example


Text Example

White with #11A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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