Html Css Color HEX #178BC6 Pelorous

📋 copy color: '#178BC6'

red 23 ◦ green 139 ◦ blue 198

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

Shades of Pelorous #178BC6

Tints of Pelorous #178BC6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.61%

 BLUE value IS 198 (77.73% from 255) = 55%

R = 6.39%
G = 38.61%
B = 55%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#178BC6 (or 0x178BC6) is known color: Pelorous. HEX triplet: 17, 8B and C6. RGB value is (23,139,198). Sum of RGB (Red+Green+Blue) = 23+139+198=360 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.39% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #178BC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178BC6 is #E87439. Grayscale: #6E6E6E. Windows color (decimal): -15234106 or 13011735. OLE color: 13011735.

HSL color Cylindrical-coordinate representation of color #178BC6: hue angle of 200.23º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178BC6 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 23 139 198 -
CMYK 0.88 0.30 0 0.22
HSL 200.23º 0.79% 0.43% -
HSV(B) 200.23º 0.88% 0.78% -
XYZ 19.78 22.72 56.77 -
YUV 111.04 177.07 65.2 -
System Red Green Blue C M Y K H S L
Decimal 23 139 198 0.88 0.30 0 0.22 200.23 0.79 0.43
Hex 17 8B C6 58 1E 0 16 C8 4F 2B
Octal 27 213 306 130 36 0 26 310 117 53
Binary 10111 10001011 11000110 1011000 11110 0 10110 11001000 1001111 101011

Color Harmonies of #178BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178BC6

Black with #178BC6

Text Example


Text Example

White with #178BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #178BC6; }

 p { color: rgb(23,139,198); }

 H1.HeaderClassName
 {
   color: #178BC6;
 }
 .AnyTagClassName
 {
   color: #178BC6;
 }
</style>

background-color css

<style>
 a { background-color: #178BC6; }

 a { background-color: rgb(23,139,198); }

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

border-color css

<style>
 span { border-color: #178BC6; }

 span { border-color: rgb(23,139,198); }

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