#119EAD

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

Shades of Pelorous #119EAD

Tints of Pelorous #119EAD

Color information

#119EAD (or 0x119EAD) is unknown color: approx Pelorous. HEX triplet: 11, 9E and AD. RGB value is (17,158,173). Sum of RGB (Red+Green+Blue) = 17+158+173=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #119EAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119EAD is #EE6152. Grayscale: #757575. Windows color (decimal): -15622483 or 11378193. OLE color: 11378193.

HSL color Cylindrical-coordinate representation of color #119EAD: hue angle of 185.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119EAD is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17158173-
CMYK0.900.0900.32
HSL185.77º82.11%37.25%-
HSV(B)185.77º90.17%67.84%-
XYZ2027.5943.81-
YUV117.55159.2956.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.89%
GREEN value IS 158 (62.11% from 255) = 45.40%
BLUE value IS 173 (67.97% from 255) = 49.71%
R=4.89%
G=45.40%
B=49.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171581730.900.0900.32185.7782.1137.25
Hex119EAD5A9020ba5225
Octal212362551321104027212245
Binary100011001111010101101101101010010100000101110101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,158,173); }

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

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

 a { background-color: rgb(17,158,173); }

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

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

 span { border-color: rgb(17,158,173); }

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