Html Css Color HEX #178FB9 Pelorous

📋 copy color: '#178FB9'

red 23 ◦ green 143 ◦ blue 185

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

Shades of Pelorous #178FB9

Tints of Pelorous #178FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 52.71%

R = 6.55%
G = 40.74%
B = 52.71%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#178FB9 (or 0x178FB9) is known color: Pelorous. HEX triplet: 17, 8F and B9. RGB value is (23,143,185). Sum of RGB (Red+Green+Blue) = 23+143+185=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 185 (72.66% from 255 or 52.71% from 351); Max value from RGB is 185 - color contains mainly: blue. Hex color #178FB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178FB9 is #E87046. Grayscale: #6F6F6F. Windows color (decimal): -15233095 or 12160791. OLE color: 12160791.

HSL color Cylindrical-coordinate representation of color #178FB9: hue angle of 195.56º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178FB9 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 143 185 -
CMYK 0.88 0.23 0 0.27
HSL 195.56º 0.78% 0.41% -
HSV(B) 195.56º 0.88% 0.73% -
XYZ 18.93 23.33 49.4 -
YUV 111.91 169.24 64.58 -
System Red Green Blue C M Y K H S L
Decimal 23 143 185 0.88 0.23 0 0.27 195.56 0.78 0.41
Hex 17 8F B9 58 17 0 1B C4 4E 29
Octal 27 217 271 130 27 0 33 304 116 51
Binary 10111 10001111 10111001 1011000 10111 0 11011 11000100 1001110 101001

Color Harmonies of #178FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178FB9

Black with #178FB9

Text Example


Text Example

White with #178FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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