Html Css Color HEX #178DBD Pelorous

📋 copy color: '#178DBD'

red 23 ◦ green 141 ◦ blue 189

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

Shades of Pelorous #178DBD

Tints of Pelorous #178DBD

RGB

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

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

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

R = 6.52%
G = 39.94%
B = 53.54%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#178DBD (or 0x178DBD) is known color: Pelorous. HEX triplet: 17, 8D and BD. RGB value is (23,141,189). Sum of RGB (Red+Green+Blue) = 23+141+189=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #178DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178DBD is #E87242. Grayscale: #6E6E6E. Windows color (decimal): -15233603 or 12422423. OLE color: 12422423.

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

Color convert

RGB 23 141 189 -
CMYK 0.88 0.25 0 0.26
HSL 197.35º 0.78% 0.42% -
HSV(B) 197.35º 0.88% 0.74% -
XYZ 19.06 22.91 51.56 -
YUV 111.19 171.91 65.1 -
System Red Green Blue C M Y K H S L
Decimal 23 141 189 0.88 0.25 0 0.26 197.35 0.78 0.42
Hex 17 8D BD 58 19 0 1A C5 4E 2A
Octal 27 215 275 130 31 0 32 305 116 52
Binary 10111 10001101 10111101 1011000 11001 0 11010 11000101 1001110 101010

Color Harmonies of #178DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178DBD

Black with #178DBD

Text Example


Text Example

White with #178DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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