Html Css Color HEX #119EAD Pelorous

📋 copy color: '#119EAD'

red 17 ◦ green 158 ◦ blue 173

#119EAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #119EAD

Tints of Pelorous #119EAD

RGB

 RED value IS 17 (7.03% from 255) = 4.89%

 GREEN value IS 158 (62.11% from 255) = 45.4%

 BLUE value IS 173 (67.97% from 255) = 49.71%

R = 4.89%
G = 45.4%
B = 49.71%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#119EAD (or 0x119EAD) is known color: 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

RGB 17 158 173 -
CMYK 0.90 0.09 0 0.32
HSL 185.77º 0.82% 0.37% -
HSV(B) 185.77º 0.9% 0.68% -
XYZ 20 27.59 43.81 -
YUV 117.55 159.29 56.28 -
System Red Green Blue C M Y K H S L
Decimal 17 158 173 0.90 0.09 0 0.32 185.77 0.82 0.37
Hex 11 9E AD 5A 9 0 20 BA 52 25
Octal 21 236 255 132 11 0 40 272 122 45
Binary 10001 10011110 10101101 1011010 1001 0 100000 10111010 1010010 100101

Color Harmonies of #119EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EAD

Black with #119EAD

Text Example


Text Example

White with #119EAD

Text Example


Text Example

HTML Codes & Css Web 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>