Html Css Color HEX #178BC4 Pelorous

📋 copy color: '#178BC4'

red 23 ◦ green 139 ◦ blue 196

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

Shades of Pelorous #178BC4

Tints of Pelorous #178BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 54.75%

R = 6.42%
G = 38.83%
B = 54.75%

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

#178BC4 (or 0x178BC4) is known color: Pelorous. HEX triplet: 17, 8B and C4. RGB value is (23,139,196). Sum of RGB (Red+Green+Blue) = 23+139+196=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #178BC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178BC4 is #E8743B. Grayscale: #6E6E6E. Windows color (decimal): -15234108 or 12880663. OLE color: 12880663.

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

Color convert

RGB 23 139 196 -
CMYK 0.88 0.29 0 0.23
HSL 199.77º 0.79% 0.43% -
HSV(B) 199.77º 0.88% 0.77% -
XYZ 19.55 22.63 55.56 -
YUV 110.81 176.07 65.37 -
System Red Green Blue C M Y K H S L
Decimal 23 139 196 0.88 0.29 0 0.23 199.77 0.79 0.43
Hex 17 8B C4 58 1D 0 17 C8 4F 2B
Octal 27 213 304 130 35 0 27 310 117 53
Binary 10111 10001011 11000100 1011000 11101 0 10111 11001000 1001111 101011

Color Harmonies of #178BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178BC4

Black with #178BC4

Text Example


Text Example

White with #178BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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