#1199C9

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

Shades of Pacific Blue #1199C9

Tints of Pacific Blue #1199C9

Color information

#1199C9 (or 0x1199C9) is unknown color: approx Pacific Blue. HEX triplet: 11, 99 and C9. RGB value is (17,153,201). Sum of RGB (Red+Green+Blue) = 17+153+201=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 201 (78.91% from 255 or 54.18% from 371); Max value from RGB is 201 - color contains mainly: blue. Hex color #1199C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1199C9 is #EE6636. Grayscale: #757575. Windows color (decimal): -15623735 or 13211921. OLE color: 13211921.

HSL color Cylindrical-coordinate representation of color #1199C9: hue angle of 195.65º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1199C9 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17153201-
CMYK0.920.2400.21
HSL195.65º84.4%42.75%-
HSV(B)195.65º91.54%78.82%-
XYZ22.1727.1259.32-
YUV117.81174.9456.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.58%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 201 (78.91% from 255) = 54.18%
R=4.58%
G=41.24%
B=54.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171532010.920.2400.21195.6584.442.75
Hex1199C95C18015c4542b
Octal212313111343002530412453
Binary100011001100111001001101110011000010101110001001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1199C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1199C9; }

 p { color: rgb(17,153,201); }

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

<style>
 a { background-color: #1199C9; }

 a { background-color: rgb(17,153,201); }

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

<style>
 span { border-color: #1199C9; }

 span { border-color: rgb(17,153,201); }

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