#119CBF

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

Shades of Pacific Blue #119CBF

Tints of Pacific Blue #119CBF

Color information

#119CBF (or 0x119CBF) is unknown color: approx Pacific Blue. HEX triplet: 11, 9C and BF. RGB value is (17,156,191). Sum of RGB (Red+Green+Blue) = 17+156+191=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #119CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CBF is #EE6340. Grayscale: #767676. Windows color (decimal): -15622977 or 12557329. OLE color: 12557329.

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

Color convert

RGB17156191-
CMYK0.910.1800.25
HSL192.07º83.65%40.78%-
HSV(B)192.07º91.1%74.9%-
XYZ21.5227.6653.49-
YUV118.43168.9555.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.67%
GREEN value IS 156 (61.33% from 255) = 42.86%
BLUE value IS 191 (75% from 255) = 52.47%
R=4.67%
G=42.86%
B=52.47%

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
Decimal171561910.910.1800.25192.0783.6540.78
Hex119CBF5B12019c05429
Octal212342771332203130012451
Binary100011001110010111111101101110010011001110000001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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