Html Css Color HEX #178AAB Pelorous

📋 copy color: '#178AAB'

red 23 ◦ green 138 ◦ blue 171

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

Shades of Pelorous #178AAB

Tints of Pelorous #178AAB

RGB

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

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

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

R = 6.93%
G = 41.57%
B = 51.51%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#178AAB (or 0x178AAB) is known color: Pelorous. HEX triplet: 17, 8A and AB. RGB value is (23,138,171). Sum of RGB (Red+Green+Blue) = 23+138+171=332 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.93% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #178AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178AAB is #E87554. Grayscale: #6B6B6B. Windows color (decimal): -15234389 or 11242007. OLE color: 11242007.

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

Color convert

RGB 23 138 171 -
CMYK 0.87 0.19 0 0.33
HSL 193.38º 0.76% 0.38% -
HSV(B) 193.38º 0.87% 0.67% -
XYZ 16.79 21.3 41.75 -
YUV 107.38 163.9 67.82 -
System Red Green Blue C M Y K H S L
Decimal 23 138 171 0.87 0.19 0 0.33 193.38 0.76 0.38
Hex 17 8A AB 57 13 0 21 C1 4C 26
Octal 27 212 253 127 23 0 41 301 114 46
Binary 10111 10001010 10101011 1010111 10011 0 100001 11000001 1001100 100110

Color Harmonies of #178AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178AAB

Black with #178AAB

Text Example


Text Example

White with #178AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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