Html Css Color HEX #179BAD Pelorous

📋 copy color: '#179BAD'

red 23 ◦ green 155 ◦ blue 173

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

Shades of Pelorous #179BAD

Tints of Pelorous #179BAD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.16%

 BLUE value IS 173 (67.97% from 255) = 49.29%

R = 6.55%
G = 44.16%
B = 49.29%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#179BAD (or 0x179BAD) is known color: Pelorous. HEX triplet: 17, 9B and AD. RGB value is (23,155,173). Sum of RGB (Red+Green+Blue) = 23+155+173=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #179BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179BAD is #E86452. Grayscale: #757575. Windows color (decimal): -15230035 or 11377431. OLE color: 11377431.

HSL color Cylindrical-coordinate representation of color #179BAD: hue angle of 187.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #179BAD is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 23 155 173 -
CMYK 0.87 0.10 0 0.32
HSL 187.2º 0.77% 0.38% -
HSV(B) 187.2º 0.87% 0.68% -
XYZ 19.62 26.64 43.64 -
YUV 117.58 159.27 60.54 -
System Red Green Blue C M Y K H S L
Decimal 23 155 173 0.87 0.10 0 0.32 187.2 0.77 0.38
Hex 17 9B AD 57 A 0 20 BB 4D 26
Octal 27 233 255 127 12 0 40 273 115 46
Binary 10111 10011011 10101101 1010111 1010 0 100000 10111011 1001101 100110

Color Harmonies of #179BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179BAD

Black with #179BAD

Text Example


Text Example

White with #179BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #179BAD; }

 p { color: rgb(23,155,173); }

 H1.HeaderClassName
 {
   color: #179BAD;
 }
 .AnyTagClassName
 {
   color: #179BAD;
 }
</style>

background-color css

<style>
 a { background-color: #179BAD; }

 a { background-color: rgb(23,155,173); }

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

border-color css

<style>
 span { border-color: #179BAD; }

 span { border-color: rgb(23,155,173); }

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