Html Css Color HEX #119FAB Pelorous

📋 copy color: '#119FAB'

red 17 ◦ green 159 ◦ blue 171

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

Shades of Pelorous #119FAB

Tints of Pelorous #119FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.82%

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 4.9%
G = 45.82%
B = 49.28%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#119FAB (or 0x119FAB) is known color: Pelorous. HEX triplet: 11, 9F and AB. RGB value is (17,159,171). Sum of RGB (Red+Green+Blue) = 17+159+171=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #119FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119FAB is #EE6054. Grayscale: #757575. Windows color (decimal): -15622229 or 11247377. OLE color: 11247377.

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

Color convert

RGB 17 159 171 -
CMYK 0.90 0.07 0 0.33
HSL 184.68º 0.82% 0.37% -
HSV(B) 184.68º 0.9% 0.67% -
XYZ 19.98 27.86 42.85 -
YUV 117.91 157.96 56.02 -
System Red Green Blue C M Y K H S L
Decimal 17 159 171 0.90 0.07 0 0.33 184.68 0.82 0.37
Hex 11 9F AB 5A 7 0 21 B9 52 25
Octal 21 237 253 132 7 0 41 271 122 45
Binary 10001 10011111 10101011 1011010 111 0 100001 10111001 1010010 100101

Color Harmonies of #119FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FAB

Black with #119FAB

Text Example


Text Example

White with #119FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,159,171); }

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

background-color css

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

 a { background-color: rgb(17,159,171); }

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

border-color css

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

 span { border-color: rgb(17,159,171); }

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