Html Css Color HEX #178AAA Pelorous

📋 copy color: '#178AAA'

red 23 ◦ green 138 ◦ blue 170

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

Shades of Pelorous #178AAA

Tints of Pelorous #178AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.69%

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

R = 6.95%
G = 41.69%
B = 51.36%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#178AAA (or 0x178AAA) is known color: Pelorous. HEX triplet: 17, 8A and AA. RGB value is (23,138,170). Sum of RGB (Red+Green+Blue) = 23+138+170=331 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.95% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #178AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178AAA is #E87555. Grayscale: #6B6B6B. Windows color (decimal): -15234390 or 11176471. OLE color: 11176471.

HSL color Cylindrical-coordinate representation of color #178AAA: hue angle of 193.06º 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 #178AAA is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 138 170 -
CMYK 0.86 0.19 0 0.33
HSL 193.06º 0.76% 0.38% -
HSV(B) 193.06º 0.86% 0.67% -
XYZ 16.7 21.26 41.25 -
YUV 107.26 163.4 67.9 -
System Red Green Blue C M Y K H S L
Decimal 23 138 170 0.86 0.19 0 0.33 193.06 0.76 0.38
Hex 17 8A AA 56 13 0 21 C1 4C 26
Octal 27 212 252 126 23 0 41 301 114 46
Binary 10111 10001010 10101010 1010110 10011 0 100001 11000001 1001100 100110

Color Harmonies of #178AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178AAA

Black with #178AAA

Text Example


Text Example

White with #178AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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