Html Css Color HEX #178CBC Pelorous

📋 copy color: '#178CBC'

red 23 ◦ green 140 ◦ blue 188

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

Shades of Pelorous #178CBC

Tints of Pelorous #178CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.89%

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 6.55%
G = 39.89%
B = 53.56%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#178CBC (or 0x178CBC) is known color: Pelorous. HEX triplet: 17, 8C and BC. RGB value is (23,140,188). Sum of RGB (Red+Green+Blue) = 23+140+188=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #178CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178CBC is #E87343. Grayscale: #6E6E6E. Windows color (decimal): -15233860 or 12356631. OLE color: 12356631.

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

Color convert

RGB 23 140 188 -
CMYK 0.88 0.26 0 0.26
HSL 197.45º 0.78% 0.41% -
HSV(B) 197.45º 0.88% 0.74% -
XYZ 18.81 22.57 50.94 -
YUV 110.49 171.74 65.6 -
System Red Green Blue C M Y K H S L
Decimal 23 140 188 0.88 0.26 0 0.26 197.45 0.78 0.41
Hex 17 8C BC 58 1A 0 1A C5 4E 29
Octal 27 214 274 130 32 0 32 305 116 51
Binary 10111 10001100 10111100 1011000 11010 0 11010 11000101 1001110 101001

Color Harmonies of #178CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178CBC

Black with #178CBC

Text Example


Text Example

White with #178CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,140,188); }

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

background-color css

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

 a { background-color: rgb(23,140,188); }

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

border-color css

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

 span { border-color: rgb(23,140,188); }

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