Html Css Color HEX #178DAA Pelorous

📋 copy color: '#178DAA'

red 23 ◦ green 141 ◦ blue 170

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

Shades of Pelorous #178DAA

Tints of Pelorous #178DAA

RGB

 RED value IS 23 (9.38% from 255) = 6.89%

 GREEN value IS 141 (55.47% from 255) = 42.22%

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

R = 6.89%
G = 42.22%
B = 50.9%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#178DAA (or 0x178DAA) is known color: Pelorous. HEX triplet: 17, 8D and AA. RGB value is (23,141,170). Sum of RGB (Red+Green+Blue) = 23+141+170=334 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.89% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #178DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178DAA is #E87255. Grayscale: #6C6C6C. Windows color (decimal): -15233622 or 11177239. OLE color: 11177239.

HSL color Cylindrical-coordinate representation of color #178DAA: hue angle of 191.84º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #178DAA is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 141 170 -
CMYK 0.86 0.17 0 0.33
HSL 191.84º 0.76% 0.38% -
HSV(B) 191.84º 0.86% 0.67% -
XYZ 17.13 22.13 41.4 -
YUV 109.02 162.41 66.64 -
System Red Green Blue C M Y K H S L
Decimal 23 141 170 0.86 0.17 0 0.33 191.84 0.76 0.38
Hex 17 8D AA 56 11 0 21 C0 4C 26
Octal 27 215 252 126 21 0 41 300 114 46
Binary 10111 10001101 10101010 1010110 10001 0 100001 11000000 1001100 100110

Color Harmonies of #178DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178DAA

Black with #178DAA

Text Example


Text Example

White with #178DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #178DAA; }

 p { color: rgb(23,141,170); }

 H1.HeaderClassName
 {
   color: #178DAA;
 }
 .AnyTagClassName
 {
   color: #178DAA;
 }
</style>

background-color css

<style>
 a { background-color: #178DAA; }

 a { background-color: rgb(23,141,170); }

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

border-color css

<style>
 span { border-color: #178DAA; }

 span { border-color: rgb(23,141,170); }

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