Html Css Color HEX #179CBD Pelorous

📋 copy color: '#179CBD'

red 23 ◦ green 156 ◦ blue 189

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

Shades of Pelorous #179CBD

Tints of Pelorous #179CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.39%

 BLUE value IS 189 (74.22% from 255) = 51.36%

R = 6.25%
G = 42.39%
B = 51.36%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#179CBD (or 0x179CBD) is known color: Pelorous. HEX triplet: 17, 9C and BD. RGB value is (23,156,189). Sum of RGB (Red+Green+Blue) = 23+156+189=368 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.25% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #179CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179CBD is #E86342. Grayscale: #777777. Windows color (decimal): -15229763 or 12426263. OLE color: 12426263.

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

Color convert

RGB 23 156 189 -
CMYK 0.88 0.17 0 0.26
HSL 191.93º 0.78% 0.42% -
HSV(B) 191.93º 0.88% 0.74% -
XYZ 21.43 27.63 52.35 -
YUV 120 166.94 58.82 -
System Red Green Blue C M Y K H S L
Decimal 23 156 189 0.88 0.17 0 0.26 191.93 0.78 0.42
Hex 17 9C BD 58 11 0 1A C0 4E 2A
Octal 27 234 275 130 21 0 32 300 116 52
Binary 10111 10011100 10111101 1011000 10001 0 11010 11000000 1001110 101010

Color Harmonies of #179CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179CBD

Black with #179CBD

Text Example


Text Example

White with #179CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,156,189); }

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

background-color css

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

 a { background-color: rgb(23,156,189); }

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

border-color css

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

 span { border-color: rgb(23,156,189); }

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