#119DCC

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

Shades of Pacific Blue #119DCC

Tints of Pacific Blue #119DCC

Color information

#119DCC (or 0x119DCC) is unknown color: approx Pacific Blue. HEX triplet: 11, 9D and CC. RGB value is (17,157,204). Sum of RGB (Red+Green+Blue) = 17+157+204=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #119DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119DCC is #EE6233. Grayscale: #787878. Windows color (decimal): -15622708 or 13409553. OLE color: 13409553.

HSL color Cylindrical-coordinate representation of color #119DCC: hue angle of 195.08º 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 #119DCC is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17157204-
CMYK0.920.2300.2
HSL195.08º84.62%43.33%-
HSV(B)195.08º91.67%80%-
XYZ23.1928.5961.42-
YUV120.5175.1254.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.50%
GREEN value IS 157 (61.72% from 255) = 41.53%
BLUE value IS 204 (80.08% from 255) = 53.97%
R=4.50%
G=41.53%
B=53.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171572040.920.2300.2195.0884.6243.33
Hex119DCC5C17014c3552b
Octal212353141342702430312553
Binary100011001110111001100101110010111010100110000111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,157,204); }

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

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

 a { background-color: rgb(17,157,204); }

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

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

 span { border-color: rgb(17,157,204); }

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