Html Css Color HEX #178DC0 Pelorous

📋 copy color: '#178DC0'

red 23 ◦ green 141 ◦ blue 192

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

Shades of Pelorous #178DC0

Tints of Pelorous #178DC0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.61%

 BLUE value IS 192 (75.39% from 255) = 53.93%

R = 6.46%
G = 39.61%
B = 53.93%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#178DC0 (or 0x178DC0) is known color: Pelorous. HEX triplet: 17, 8D and C0. RGB value is (23,141,192). Sum of RGB (Red+Green+Blue) = 23+141+192=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #178DC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178DC0 is #E8723F. Grayscale: #6F6F6F. Windows color (decimal): -15233600 or 12619031. OLE color: 12619031.

HSL color Cylindrical-coordinate representation of color #178DC0: hue angle of 198.11º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178DC0 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 141 192 -
CMYK 0.88 0.27 0 0.25
HSL 198.11º 0.79% 0.42% -
HSV(B) 198.11º 0.88% 0.75% -
XYZ 19.39 23.04 53.29 -
YUV 111.53 173.41 64.85 -
System Red Green Blue C M Y K H S L
Decimal 23 141 192 0.88 0.27 0 0.25 198.11 0.79 0.42
Hex 17 8D C0 58 1B 0 19 C6 4F 2A
Octal 27 215 300 130 33 0 31 306 117 52
Binary 10111 10001101 11000000 1011000 11011 0 11001 11000110 1001111 101010

Color Harmonies of #178DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178DC0

Black with #178DC0

Text Example


Text Example

White with #178DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,141,192); }

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

background-color css

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

 a { background-color: rgb(23,141,192); }

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

border-color css

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

 span { border-color: rgb(23,141,192); }

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