Html Css Color HEX #119DAC Pelorous

📋 copy color: '#119DAC'

red 17 ◦ green 157 ◦ blue 172

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

Shades of Pelorous #119DAC

Tints of Pelorous #119DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.38%

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 4.91%
G = 45.38%
B = 49.71%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#119DAC (or 0x119DAC) is known color: Pelorous. HEX triplet: 11, 9D and AC. RGB value is (17,157,172). Sum of RGB (Red+Green+Blue) = 17+157+172=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #119DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119DAC is #EE6253. Grayscale: #747474. Windows color (decimal): -15622740 or 11312401. OLE color: 11312401.

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

Color convert

RGB 17 157 172 -
CMYK 0.90 0.09 0 0.33
HSL 185.81º 0.82% 0.37% -
HSV(B) 185.81º 0.9% 0.67% -
XYZ 19.73 27.21 43.24 -
YUV 116.85 159.12 56.78 -
System Red Green Blue C M Y K H S L
Decimal 17 157 172 0.90 0.09 0 0.33 185.81 0.82 0.37
Hex 11 9D AC 5A 9 0 21 BA 52 25
Octal 21 235 254 132 11 0 41 272 122 45
Binary 10001 10011101 10101100 1011010 1001 0 100001 10111010 1010010 100101

Color Harmonies of #119DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119DAC

Black with #119DAC

Text Example


Text Example

White with #119DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #119DAC;
 }
 .AnyTagClassName
 {
   color: #119DAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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