Html Css Color HEX #119DA9 Pelorous

📋 copy color: '#119DA9'

red 17 ◦ green 157 ◦ blue 169

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

Shades of Pelorous #119DA9

Tints of Pelorous #119DA9

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 value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

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

RGB 17 157 169 -
CMYK 0.90 0.07 0 0.34
HSL 184.74º 0.82% 0.36% -
HSV(B) 184.74º 0.9% 0.66% -
XYZ 19.45 27.1 41.74 -
YUV 116.51 157.62 57.02 -
System Red Green Blue C M Y K H S L
Decimal 17 157 169 0.90 0.07 0 0.34 184.74 0.82 0.36
Hex 11 9D A9 5A 7 0 22 B9 52 24
Octal 21 235 251 132 7 0 42 271 122 44
Binary 10001 10011101 10101001 1011010 111 0 100010 10111001 1010010 100100

Color Harmonies of #119DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119DA9

Black with #119DA9

Text Example


Text Example

White with #119DA9

Text Example


Text Example

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