#119CCB

Color #119CCB Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #119CCB

Tints of Pacific Blue #119CCB

Color information

#119CCB (or 0x119CCB) is unknown color: approx Pacific Blue. HEX triplet: 11, 9C and CB. RGB value is (17,156,203). Sum of RGB (Red+Green+Blue) = 17+156+203=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #119CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CCB is #EE6334. Grayscale: #777777. Windows color (decimal): -15622965 or 13343761. OLE color: 13343761.

HSL color Cylindrical-coordinate representation of color #119CCB: hue angle of 195.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119CCB is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17156203-
CMYK0.920.2300.20
HSL195.16º84.55%43.14%-
HSV(B)195.16º91.63%79.61%-
XYZ22.928.2160.74-
YUV119.8174.9554.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.52%
GREEN value IS 156 (61.33% from 255) = 41.49%
BLUE value IS 203 (79.69% from 255) = 53.99%
R=4.52%
G=41.49%
B=53.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171562030.920.2300.20195.1684.5543.14
Hex119CCB5C17014c3552b
Octal212343131342702430312553
Binary100011001110011001011101110010111010100110000111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119CCB; }

 p { color: rgb(17,156,203); }

 H1.HeaderClassName
 {
   color: #119CCB;
 }
 .AnyTagClassName
 {
   color: #119CCB;
 }
</style>
background-color css

<style>
 a { background-color: #119CCB; }

 a { background-color: rgb(17,156,203); }

 div.DivClassName
 {
   background-color: #119CCB;
 }
 .BgClassName
 {
   background-color: #119CCB;
 }
</style>
border-color css

<style>
 span { border-color: #119CCB; }

 span { border-color: rgb(17,156,203); }

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