Html Css Color HEX #178BBD Pelorous

📋 copy color: '#178BBD'

red 23 ◦ green 139 ◦ blue 189

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

Shades of Pelorous #178BBD

Tints of Pelorous #178BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.85%

R = 6.55%
G = 39.6%
B = 53.85%

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

#178BBD (or 0x178BBD) is known color: Pelorous. HEX triplet: 17, 8B and BD. RGB value is (23,139,189). Sum of RGB (Red+Green+Blue) = 23+139+189=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #178BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178BBD is #E87442. Grayscale: #6D6D6D. Windows color (decimal): -15234115 or 12421911. OLE color: 12421911.

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

Color convert

RGB 23 139 189 -
CMYK 0.88 0.26 0 0.26
HSL 198.07º 0.78% 0.42% -
HSV(B) 198.07º 0.88% 0.74% -
XYZ 18.77 22.32 51.46 -
YUV 110.02 172.57 65.93 -
System Red Green Blue C M Y K H S L
Decimal 23 139 189 0.88 0.26 0 0.26 198.07 0.78 0.42
Hex 17 8B BD 58 1A 0 1A C6 4E 2A
Octal 27 213 275 130 32 0 32 306 116 52
Binary 10111 10001011 10111101 1011000 11010 0 11010 11000110 1001110 101010

Color Harmonies of #178BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178BBD

Black with #178BBD

Text Example


Text Example

White with #178BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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