Html Css Color HEX #178FAC Pelorous

📋 copy color: '#178FAC'

red 23 ◦ green 143 ◦ blue 172

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

Shades of Pelorous #178FAC

Tints of Pelorous #178FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.31%

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 6.8%
G = 42.31%
B = 50.89%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#178FAC (or 0x178FAC) is known color: Pelorous. HEX triplet: 17, 8F and AC. RGB value is (23,143,172). Sum of RGB (Red+Green+Blue) = 23+143+172=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #178FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178FAC is #E87053. Grayscale: #6E6E6E. Windows color (decimal): -15233108 or 11308823. OLE color: 11308823.

HSL color Cylindrical-coordinate representation of color #178FAC: hue angle of 191.68º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #178FAC is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 143 172 -
CMYK 0.87 0.17 0 0.33
HSL 191.68º 0.76% 0.38% -
HSV(B) 191.68º 0.87% 0.67% -
XYZ 17.62 22.81 42.5 -
YUV 110.43 162.74 65.64 -
System Red Green Blue C M Y K H S L
Decimal 23 143 172 0.87 0.17 0 0.33 191.68 0.76 0.38
Hex 17 8F AC 57 11 0 21 C0 4C 26
Octal 27 217 254 127 21 0 41 300 114 46
Binary 10111 10001111 10101100 1010111 10001 0 100001 11000000 1001100 100110

Color Harmonies of #178FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178FAC

Black with #178FAC

Text Example


Text Example

White with #178FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,143,172); }

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

background-color css

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

 a { background-color: rgb(23,143,172); }

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

border-color css

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

 span { border-color: rgb(23,143,172); }

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