Html Css Color HEX #178BBA Pelorous

📋 copy color: '#178BBA'

red 23 ◦ green 139 ◦ blue 186

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

Shades of Pelorous #178BBA

Tints of Pelorous #178BBA

RGB

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

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

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

R = 6.61%
G = 39.94%
B = 53.45%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#178BBA (or 0x178BBA) is known color: Pelorous. HEX triplet: 17, 8B and BA. RGB value is (23,139,186). Sum of RGB (Red+Green+Blue) = 23+139+186=348 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.61% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #178BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178BBA is #E87445. Grayscale: #6D6D6D. Windows color (decimal): -15234118 or 12225303. OLE color: 12225303.

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

Color convert

RGB 23 139 186 -
CMYK 0.88 0.25 0 0.27
HSL 197.3º 0.78% 0.41% -
HSV(B) 197.3º 0.88% 0.73% -
XYZ 18.45 22.19 49.77 -
YUV 109.67 171.07 66.18 -
System Red Green Blue C M Y K H S L
Decimal 23 139 186 0.88 0.25 0 0.27 197.3 0.78 0.41
Hex 17 8B BA 58 19 0 1B C5 4E 29
Octal 27 213 272 130 31 0 33 305 116 51
Binary 10111 10001011 10111010 1011000 11001 0 11011 11000101 1001110 101001

Color Harmonies of #178BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178BBA

Black with #178BBA

Text Example


Text Example

White with #178BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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