Html Css Color HEX #179CBC Pelorous

📋 copy color: '#179CBC'

red 23 ◦ green 156 ◦ blue 188

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

Shades of Pelorous #179CBC

Tints of Pelorous #179CBC

RGB

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

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

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

R = 6.27%
G = 42.51%
B = 51.23%

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

#179CBC (or 0x179CBC) is known color: Pelorous. HEX triplet: 17, 9C and BC. RGB value is (23,156,188). Sum of RGB (Red+Green+Blue) = 23+156+188=367 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.27% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #179CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179CBC is #E86343. Grayscale: #777777. Windows color (decimal): -15229764 or 12360727. OLE color: 12360727.

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

Color convert

RGB 23 156 188 -
CMYK 0.88 0.17 0 0.26
HSL 191.64º 0.78% 0.41% -
HSV(B) 191.64º 0.88% 0.74% -
XYZ 21.32 27.59 51.78 -
YUV 119.88 166.44 58.9 -
System Red Green Blue C M Y K H S L
Decimal 23 156 188 0.88 0.17 0 0.26 191.64 0.78 0.41
Hex 17 9C BC 58 11 0 1A C0 4E 29
Octal 27 234 274 130 21 0 32 300 116 51
Binary 10111 10011100 10111100 1011000 10001 0 11010 11000000 1001110 101001

Color Harmonies of #179CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179CBC

Black with #179CBC

Text Example


Text Example

White with #179CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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