Html Css Color HEX #178DBA Pelorous

📋 copy color: '#178DBA'

red 23 ◦ green 141 ◦ blue 186

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

Shades of Pelorous #178DBA

Tints of Pelorous #178DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 6.57%
G = 40.29%
B = 53.14%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#178DBA (or 0x178DBA) is known color: Pelorous. HEX triplet: 17, 8D and BA. RGB value is (23,141,186). Sum of RGB (Red+Green+Blue) = 23+141+186=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #178DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178DBA is #E87245. Grayscale: #6E6E6E. Windows color (decimal): -15233606 or 12225815. OLE color: 12225815.

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

Color convert

RGB 23 141 186 -
CMYK 0.88 0.24 0 0.27
HSL 196.56º 0.78% 0.41% -
HSV(B) 196.56º 0.88% 0.73% -
XYZ 18.74 22.78 49.86 -
YUV 110.85 170.41 65.34 -
System Red Green Blue C M Y K H S L
Decimal 23 141 186 0.88 0.24 0 0.27 196.56 0.78 0.41
Hex 17 8D BA 58 18 0 1B C5 4E 29
Octal 27 215 272 130 30 0 33 305 116 51
Binary 10111 10001101 10111010 1011000 11000 0 11011 11000101 1001110 101001

Color Harmonies of #178DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178DBA

Black with #178DBA

Text Example


Text Example

White with #178DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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