#119DA9

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

Shades of Pelorous #119DA9

Tints of Pelorous #119DA9

Color information

#119DA9 (or 0x119DA9) is unknown color: approx Pelorous. HEX triplet: 11, 9D and A9. RGB value is (17,157,169). Sum of RGB (Red+Green+Blue) = 17+157+169=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 169 (66.41% from 255 or 49.27% from 343); Max value from RGB is 169 - color contains mainly: blue. Hex color #119DA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119DA9 is #EE6256. Grayscale: #747474. Windows color (decimal): -15622743 or 11115793. OLE color: 11115793.

HSL color Cylindrical-coordinate representation of color #119DA9: hue angle of 184.74º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119DA9 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB17157169-
CMYK0.900.0700.34
HSL184.74º81.72%36.47%-
HSV(B)184.74º89.94%66.27%-
XYZ19.4527.141.74-
YUV116.51157.6257.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.96%
GREEN value IS 157 (61.72% from 255) = 45.77%
BLUE value IS 169 (66.41% from 255) = 49.27%
R=4.96%
G=45.77%
B=49.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal171571690.900.0700.34184.7481.7236.47
Hex119DA95A7022b95224
Octal21235251132704227112244
Binary10001100111011010100110110101110100010101110011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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