Html Css Color HEX #179ABA Pelorous

📋 copy color: '#179ABA'

red 23 ◦ green 154 ◦ blue 186

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

Shades of Pelorous #179ABA

Tints of Pelorous #179ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.42%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 6.34%
G = 42.42%
B = 51.24%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#179ABA (or 0x179ABA) is known color: Pelorous. HEX triplet: 17, 9A and BA. RGB value is (23,154,186). Sum of RGB (Red+Green+Blue) = 23+154+186=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #179ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179ABA is #E86545. Grayscale: #767676. Windows color (decimal): -15230278 or 12229143. OLE color: 12229143.

HSL color Cylindrical-coordinate representation of color #179ABA: hue angle of 191.78º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #179ABA is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 154 186 -
CMYK 0.88 0.17 0 0.27
HSL 191.78º 0.78% 0.41% -
HSV(B) 191.78º 0.88% 0.73% -
XYZ 20.77 26.84 50.54 -
YUV 118.48 166.1 59.9 -
System Red Green Blue C M Y K H S L
Decimal 23 154 186 0.88 0.17 0 0.27 191.78 0.78 0.41
Hex 17 9A BA 58 11 0 1B C0 4E 29
Octal 27 232 272 130 21 0 33 300 116 51
Binary 10111 10011010 10111010 1011000 10001 0 11011 11000000 1001110 101001

Color Harmonies of #179ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179ABA

Black with #179ABA

Text Example


Text Example

White with #179ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,154,186); }

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

background-color css

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

 a { background-color: rgb(23,154,186); }

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

border-color css

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

 span { border-color: rgb(23,154,186); }

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