#119BDD

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

Shades of Pacific Blue #119BDD

Tints of Pacific Blue #119BDD

Color information

#119BDD (or 0x119BDD) is unknown color: approx Pacific Blue. HEX triplet: 11, 9B and DD. RGB value is (17,155,221). Sum of RGB (Red+Green+Blue) = 17+155+221=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #119BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BDD is #EE6422. Grayscale: #787878. Windows color (decimal): -15623203 or 14523153. OLE color: 14523153.

HSL color Cylindrical-coordinate representation of color #119BDD: hue angle of 199.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119BDD is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17155221-
CMYK0.920.3000.13
HSL199.41º85.71%46.67%-
HSV(B)199.41º92.31%86.67%-
XYZ2528.7872.64-
YUV121.26184.2853.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.33%
GREEN value IS 155 (60.94% from 255) = 39.44%
BLUE value IS 221 (86.72% from 255) = 56.23%
R=4.33%
G=39.44%
B=56.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171552210.920.3000.13199.4185.7146.67
Hex119BDD5C1E0Dc7562f
Octal212333351343601530712657
Binary10001100110111101110110111001111001101110001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,155,221); }

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

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

 a { background-color: rgb(17,155,221); }

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

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

 span { border-color: rgb(17,155,221); }

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