Html Css Color HEX #119DA8 Pelorous

📋 copy color: '#119DA8'

red 17 ◦ green 157 ◦ blue 168

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

Shades of Pelorous #119DA8

Tints of Pelorous #119DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 49.12%

R = 4.97%
G = 45.91%
B = 49.12%

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

#119DA8 (or 0x119DA8) is known color: Pelorous. HEX triplet: 11, 9D and A8. RGB value is (17,157,168). Sum of RGB (Red+Green+Blue) = 17+157+168=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 168 (66.02% from 255 or 49.12% from 342); Max value from RGB is 168 - color contains mainly: blue. Hex color #119DA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119DA8 is #EE6257. Grayscale: #747474. Windows color (decimal): -15622744 or 11050257. OLE color: 11050257.

HSL color Cylindrical-coordinate representation of color #119DA8: hue angle of 184.37º 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 #119DA8 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 157 168 -
CMYK 0.90 0.07 0 0.34
HSL 184.37º 0.82% 0.36% -
HSV(B) 184.37º 0.9% 0.66% -
XYZ 19.36 27.06 41.25 -
YUV 116.39 157.12 57.11 -
System Red Green Blue C M Y K H S L
Decimal 17 157 168 0.90 0.07 0 0.34 184.37 0.82 0.36
Hex 11 9D A8 5A 7 0 22 B8 52 24
Octal 21 235 250 132 7 0 42 270 122 44
Binary 10001 10011101 10101000 1011010 111 0 100010 10111000 1010010 100100

Color Harmonies of #119DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119DA8

Black with #119DA8

Text Example


Text Example

White with #119DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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