Html Css Color HEX #178CC6 Pelorous

📋 copy color: '#178CC6'

red 23 ◦ green 140 ◦ blue 198

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

Shades of Pelorous #178CC6

Tints of Pelorous #178CC6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.78%

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

R = 6.37%
G = 38.78%
B = 54.85%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#178CC6 (or 0x178CC6) is known color: Pelorous. HEX triplet: 17, 8C and C6. RGB value is (23,140,198). Sum of RGB (Red+Green+Blue) = 23+140+198=361 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.37% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #178CC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178CC6 is #E87339. Grayscale: #6F6F6F. Windows color (decimal): -15233850 or 13011991. OLE color: 13011991.

HSL color Cylindrical-coordinate representation of color #178CC6: hue angle of 199.89º 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 #178CC6 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 23 140 198 -
CMYK 0.88 0.29 0 0.22
HSL 199.89º 0.79% 0.43% -
HSV(B) 199.89º 0.88% 0.78% -
XYZ 19.92 23.02 56.82 -
YUV 111.63 176.74 64.78 -
System Red Green Blue C M Y K H S L
Decimal 23 140 198 0.88 0.29 0 0.22 199.89 0.79 0.43
Hex 17 8C C6 58 1D 0 16 C8 4F 2B
Octal 27 214 306 130 35 0 26 310 117 53
Binary 10111 10001100 11000110 1011000 11101 0 10110 11001000 1001111 101011

Color Harmonies of #178CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178CC6

Black with #178CC6

Text Example


Text Example

White with #178CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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