Html Css Color HEX #178CAA Pelorous

📋 copy color: '#178CAA'

red 23 ◦ green 140 ◦ blue 170

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

Shades of Pelorous #178CAA

Tints of Pelorous #178CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.04%

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

R = 6.91%
G = 42.04%
B = 51.05%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#178CAA (or 0x178CAA) is known color: Pelorous. HEX triplet: 17, 8C and AA. RGB value is (23,140,170). Sum of RGB (Red+Green+Blue) = 23+140+170=333 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.91% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #178CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178CAA is #E87355. Grayscale: #6C6C6C. Windows color (decimal): -15233878 or 11176983. OLE color: 11176983.

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

Color convert

RGB 23 140 170 -
CMYK 0.86 0.18 0 0.33
HSL 192.24º 0.76% 0.38% -
HSV(B) 192.24º 0.86% 0.67% -
XYZ 16.99 21.84 41.35 -
YUV 108.44 162.74 67.06 -
System Red Green Blue C M Y K H S L
Decimal 23 140 170 0.86 0.18 0 0.33 192.24 0.76 0.38
Hex 17 8C AA 56 12 0 21 C0 4C 26
Octal 27 214 252 126 22 0 41 300 114 46
Binary 10111 10001100 10101010 1010110 10010 0 100001 11000000 1001100 100110

Color Harmonies of #178CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178CAA

Black with #178CAA

Text Example


Text Example

White with #178CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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