Html Css Color HEX #178FBA Pelorous

📋 copy color: '#178FBA'

red 23 ◦ green 143 ◦ blue 186

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

Shades of Pelorous #178FBA

Tints of Pelorous #178FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.63%

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

R = 6.53%
G = 40.63%
B = 52.84%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#178FBA (or 0x178FBA) is known color: Pelorous. HEX triplet: 17, 8F and BA. RGB value is (23,143,186). Sum of RGB (Red+Green+Blue) = 23+143+186=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #178FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178FBA is #E87045. Grayscale: #6F6F6F. Windows color (decimal): -15233094 or 12226327. OLE color: 12226327.

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

Color convert

RGB 23 143 186 -
CMYK 0.88 0.23 0 0.27
HSL 195.83º 0.78% 0.41% -
HSV(B) 195.83º 0.88% 0.73% -
XYZ 19.04 23.37 49.96 -
YUV 112.02 169.74 64.5 -
System Red Green Blue C M Y K H S L
Decimal 23 143 186 0.88 0.23 0 0.27 195.83 0.78 0.41
Hex 17 8F BA 58 17 0 1B C4 4E 29
Octal 27 217 272 130 27 0 33 304 116 51
Binary 10111 10001111 10111010 1011000 10111 0 11011 11000100 1001110 101001

Color Harmonies of #178FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178FBA

Black with #178FBA

Text Example


Text Example

White with #178FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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