Html Css Color HEX #119FAA Pelorous

📋 copy color: '#119FAA'

red 17 ◦ green 159 ◦ blue 170

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

Shades of Pelorous #119FAA

Tints of Pelorous #119FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 4.91%
G = 45.95%
B = 49.13%

CMYK

 C value IS 0.9

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#119FAA (or 0x119FAA) is known color: Pelorous. HEX triplet: 11, 9F and AA. RGB value is (17,159,170). Sum of RGB (Red+Green+Blue) = 17+159+170=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #119FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119FAA is #EE6055. Grayscale: #757575. Windows color (decimal): -15622230 or 11181841. OLE color: 11181841.

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

Color convert

RGB 17 159 170 -
CMYK 0.9 0.06 0 0.33
HSL 184.31º 0.82% 0.37% -
HSV(B) 184.31º 0.9% 0.67% -
XYZ 19.89 27.82 42.35 -
YUV 117.8 157.46 56.11 -
System Red Green Blue C M Y K H S L
Decimal 17 159 170 0.9 0.06 0 0.33 184.31 0.82 0.37
Hex 11 9F AA 5A 6 0 21 B8 52 25
Octal 21 237 252 132 6 0 41 270 122 45
Binary 10001 10011111 10101010 1011010 110 0 100001 10111000 1010010 100101

Color Harmonies of #119FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FAA

Black with #119FAA

Text Example


Text Example

White with #119FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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