Html Css Color HEX #178BC5 Pelorous

📋 copy color: '#178BC5'

red 23 ◦ green 139 ◦ blue 197

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

Shades of Pelorous #178BC5

Tints of Pelorous #178BC5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.72%

 BLUE value IS 197 (77.34% from 255) = 54.87%

R = 6.41%
G = 38.72%
B = 54.87%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#178BC5 (or 0x178BC5) is known color: Pelorous. HEX triplet: 17, 8B and C5. RGB value is (23,139,197). Sum of RGB (Red+Green+Blue) = 23+139+197=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 197 (77.34% from 255 or 54.87% from 359); Max value from RGB is 197 - color contains mainly: blue. Hex color #178BC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178BC5 is #E8743A. Grayscale: #6E6E6E. Windows color (decimal): -15234107 or 12946199. OLE color: 12946199.

HSL color Cylindrical-coordinate representation of color #178BC5: hue angle of 200º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178BC5 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 23 139 197 -
CMYK 0.88 0.29 0 0.23
HSL 200º 0.79% 0.43% -
HSV(B) 200º 0.88% 0.77% -
XYZ 19.66 22.68 56.16 -
YUV 110.93 176.57 65.28 -
System Red Green Blue C M Y K H S L
Decimal 23 139 197 0.88 0.29 0 0.23 200 0.79 0.43
Hex 17 8B C5 58 1D 0 17 C8 4F 2B
Octal 27 213 305 130 35 0 27 310 117 53
Binary 10111 10001011 11000101 1011000 11101 0 10111 11001000 1001111 101011

Color Harmonies of #178BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178BC5

Black with #178BC5

Text Example


Text Example

White with #178BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,139,197); }

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

background-color css

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

 a { background-color: rgb(23,139,197); }

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

border-color css

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

 span { border-color: rgb(23,139,197); }

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