#119BBF

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

Shades of Pacific Blue #119BBF

Tints of Pacific Blue #119BBF

Color information

#119BBF (or 0x119BBF) is unknown color: approx Pacific Blue. HEX triplet: 11, 9B and BF. RGB value is (17,155,191). Sum of RGB (Red+Green+Blue) = 17+155+191=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #119BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BBF is #EE6440. Grayscale: #757575. Windows color (decimal): -15623233 or 12557073. OLE color: 12557073.

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

Color convert

RGB17155191-
CMYK0.910.1900.25
HSL192.41º83.65%40.78%-
HSV(B)192.41º91.1%74.9%-
XYZ21.3627.3253.44-
YUV117.84169.2856.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.68%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 191 (75% from 255) = 52.62%
R=4.68%
G=42.70%
B=52.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171551910.910.1900.25192.4183.6540.78
Hex119BBF5B13019c05429
Octal212332771332303130012451
Binary100011001101110111111101101110011011001110000001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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