Html Css Color HEX #178AB9 Pelorous

📋 copy color: '#178AB9'

red 23 ◦ green 138 ◦ blue 185

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

Shades of Pelorous #178AB9

Tints of Pelorous #178AB9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.88%

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

R = 6.65%
G = 39.88%
B = 53.47%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#178AB9 (or 0x178AB9) is known color: Pelorous. HEX triplet: 17, 8A and B9. RGB value is (23,138,185). Sum of RGB (Red+Green+Blue) = 23+138+185=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #178AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178AB9 is #E87546. Grayscale: #6C6C6C. Windows color (decimal): -15234375 or 12159511. OLE color: 12159511.

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

Color convert

RGB 23 138 185 -
CMYK 0.88 0.25 0 0.27
HSL 197.41º 0.78% 0.41% -
HSV(B) 197.41º 0.88% 0.73% -
XYZ 18.2 21.86 49.16 -
YUV 108.97 170.9 66.68 -
System Red Green Blue C M Y K H S L
Decimal 23 138 185 0.88 0.25 0 0.27 197.41 0.78 0.41
Hex 17 8A B9 58 19 0 1B C5 4E 29
Octal 27 212 271 130 31 0 33 305 116 51
Binary 10111 10001010 10111001 1011000 11001 0 11011 11000101 1001110 101001

Color Harmonies of #178AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178AB9

Black with #178AB9

Text Example


Text Example

White with #178AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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