Html Css Color HEX #178BAA Pelorous

📋 copy color: '#178BAA'

red 23 ◦ green 139 ◦ blue 170

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

Shades of Pelorous #178BAA

Tints of Pelorous #178BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.87%

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

R = 6.93%
G = 41.87%
B = 51.2%

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

#178BAA (or 0x178BAA) is known color: Pelorous. HEX triplet: 17, 8B and AA. RGB value is (23,139,170). Sum of RGB (Red+Green+Blue) = 23+139+170=332 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.93% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #178BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178BAA is #E87455. Grayscale: #6B6B6B. Windows color (decimal): -15234134 or 11176727. OLE color: 11176727.

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

Color convert

RGB 23 139 170 -
CMYK 0.86 0.18 0 0.33
HSL 192.65º 0.76% 0.38% -
HSV(B) 192.65º 0.86% 0.67% -
XYZ 16.84 21.55 41.3 -
YUV 107.85 163.07 67.48 -
System Red Green Blue C M Y K H S L
Decimal 23 139 170 0.86 0.18 0 0.33 192.65 0.76 0.38
Hex 17 8B AA 56 12 0 21 C1 4C 26
Octal 27 213 252 126 22 0 41 301 114 46
Binary 10111 10001011 10101010 1010110 10010 0 100001 11000001 1001100 100110

Color Harmonies of #178BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178BAA

Black with #178BAA

Text Example


Text Example

White with #178BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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