Html Css Color HEX #179ABC Pelorous

📋 copy color: '#179ABC'

red 23 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #179ABC

Tints of Pelorous #179ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 6.3%
G = 42.19%
B = 51.51%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#179ABC (or 0x179ABC) is known color: Pelorous. HEX triplet: 17, 9A and BC. RGB value is (23,154,188). Sum of RGB (Red+Green+Blue) = 23+154+188=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #179ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179ABC is #E86543. Grayscale: #767676. Windows color (decimal): -15230276 or 12360215. OLE color: 12360215.

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

Color convert

RGB 23 154 188 -
CMYK 0.88 0.18 0 0.26
HSL 192.36º 0.78% 0.41% -
HSV(B) 192.36º 0.88% 0.74% -
XYZ 20.99 26.92 51.67 -
YUV 118.71 167.1 59.74 -
System Red Green Blue C M Y K H S L
Decimal 23 154 188 0.88 0.18 0 0.26 192.36 0.78 0.41
Hex 17 9A BC 58 12 0 1A C0 4E 29
Octal 27 232 274 130 22 0 32 300 116 51
Binary 10111 10011010 10111100 1011000 10010 0 11010 11000000 1001110 101001

Color Harmonies of #179ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179ABC

Black with #179ABC

Text Example


Text Example

White with #179ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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