Html Css Color HEX #179DBC Pelorous

📋 copy color: '#179DBC'

red 23 ◦ green 157 ◦ blue 188

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

Shades of Pelorous #179DBC

Tints of Pelorous #179DBC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.66%

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

R = 6.25%
G = 42.66%
B = 51.09%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#179DBC (or 0x179DBC) is known color: Pelorous. HEX triplet: 17, 9D and BC. RGB value is (23,157,188). Sum of RGB (Red+Green+Blue) = 23+157+188=368 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.25% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #179DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179DBC is #E86243. Grayscale: #787878. Windows color (decimal): -15229508 or 12360983. OLE color: 12360983.

HSL color Cylindrical-coordinate representation of color #179DBC: hue angle of 191.27º 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 #179DBC is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 157 188 -
CMYK 0.88 0.16 0 0.26
HSL 191.27º 0.78% 0.41% -
HSV(B) 191.27º 0.88% 0.74% -
XYZ 21.49 27.93 51.83 -
YUV 120.47 166.11 58.48 -
System Red Green Blue C M Y K H S L
Decimal 23 157 188 0.88 0.16 0 0.26 191.27 0.78 0.41
Hex 17 9D BC 58 10 0 1A BF 4E 29
Octal 27 235 274 130 20 0 32 277 116 51
Binary 10111 10011101 10111100 1011000 10000 0 11010 10111111 1001110 101001

Color Harmonies of #179DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179DBC

Black with #179DBC

Text Example


Text Example

White with #179DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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