#119FDD

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

Shades of Pacific Blue #119FDD

Tints of Pacific Blue #119FDD

Color information

#119FDD (or 0x119FDD) is unknown color: approx Pacific Blue. HEX triplet: 11, 9F and DD. RGB value is (17,159,221). Sum of RGB (Red+Green+Blue) = 17+159+221=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #119FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119FDD is #EE6022. Grayscale: #7B7B7B. Windows color (decimal): -15622179 or 14524177. OLE color: 14524177.

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

Color convert

RGB17159221-
CMYK0.920.2800.13
HSL198.24º85.71%46.67%-
HSV(B)198.24º92.31%86.67%-
XYZ25.6830.1472.87-
YUV123.61182.9651.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.28%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 221 (86.72% from 255) = 55.67%
R=4.28%
G=40.05%
B=55.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171592210.920.2800.13198.2485.7146.67
Hex119FDD5C1C0Dc6562f
Octal212373351343401530612657
Binary10001100111111101110110111001110001101110001101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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