Html Css Color HEX #179DBA Pelorous

📋 copy color: '#179DBA'

red 23 ◦ green 157 ◦ blue 186

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

Shades of Pelorous #179DBA

Tints of Pelorous #179DBA

RGB

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

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

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

R = 6.28%
G = 42.9%
B = 50.82%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#179DBA (or 0x179DBA) is known color: Pelorous. HEX triplet: 17, 9D and BA. RGB value is (23,157,186). Sum of RGB (Red+Green+Blue) = 23+157+186=366 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.28% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #179DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179DBA is #E86245. Grayscale: #777777. Windows color (decimal): -15229510 or 12229911. OLE color: 12229911.

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

Color convert

RGB 23 157 186 -
CMYK 0.88 0.16 0 0.27
HSL 190.67º 0.78% 0.41% -
HSV(B) 190.67º 0.88% 0.73% -
XYZ 21.27 27.84 50.71 -
YUV 120.24 165.11 58.64 -
System Red Green Blue C M Y K H S L
Decimal 23 157 186 0.88 0.16 0 0.27 190.67 0.78 0.41
Hex 17 9D BA 58 10 0 1B BF 4E 29
Octal 27 235 272 130 20 0 33 277 116 51
Binary 10111 10011101 10111010 1011000 10000 0 11011 10111111 1001110 101001

Color Harmonies of #179DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179DBA

Black with #179DBA

Text Example


Text Example

White with #179DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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