#119DBF

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

Shades of Pacific Blue #119DBF

Tints of Pacific Blue #119DBF

Color information

#119DBF (or 0x119DBF) is unknown color: approx Pacific Blue. HEX triplet: 11, 9D and BF. RGB value is (17,157,191). Sum of RGB (Red+Green+Blue) = 17+157+191=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #119DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119DBF is #EE6240. Grayscale: #767676. Windows color (decimal): -15622721 or 12557585. OLE color: 12557585.

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

Color convert

RGB17157191-
CMYK0.910.1800.25
HSL191.72º83.65%40.78%-
HSV(B)191.72º91.1%74.9%-
XYZ21.6927.9953.55-
YUV119.02168.6255.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.66%
GREEN value IS 157 (61.72% from 255) = 43.01%
BLUE value IS 191 (75% from 255) = 52.33%
R=4.66%
G=43.01%
B=52.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171571910.910.1800.25191.7283.6540.78
Hex119DBF5B12019c05429
Octal212352771332203130012451
Binary100011001110110111111101101110010011001110000001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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