Html Css Color HEX #179BBE Pelorous

📋 copy color: '#179BBE'

red 23 ◦ green 155 ◦ blue 190

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

Shades of Pelorous #179BBE

Tints of Pelorous #179BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 6.25%
G = 42.12%
B = 51.63%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#179BBE (or 0x179BBE) is known color: Pelorous. HEX triplet: 17, 9B and BE. RGB value is (23,155,190). Sum of RGB (Red+Green+Blue) = 23+155+190=368 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.25% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #179BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179BBE is #E86441. Grayscale: #777777. Windows color (decimal): -15230018 or 12491543. OLE color: 12491543.

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

Color convert

RGB 23 155 190 -
CMYK 0.88 0.18 0 0.25
HSL 192.57º 0.78% 0.42% -
HSV(B) 192.57º 0.88% 0.75% -
XYZ 21.37 27.34 52.87 -
YUV 119.52 167.77 59.15 -
System Red Green Blue C M Y K H S L
Decimal 23 155 190 0.88 0.18 0 0.25 192.57 0.78 0.42
Hex 17 9B BE 58 12 0 19 C1 4E 2A
Octal 27 233 276 130 22 0 31 301 116 52
Binary 10111 10011011 10111110 1011000 10010 0 11001 11000001 1001110 101010

Color Harmonies of #179BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179BBE

Black with #179BBE

Text Example


Text Example

White with #179BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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