Html Css Color HEX #178DBE Pelorous

📋 copy color: '#178DBE'

red 23 ◦ green 141 ◦ blue 190

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

Shades of Pelorous #178DBE

Tints of Pelorous #178DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 6.5%
G = 39.83%
B = 53.67%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#178DBE (or 0x178DBE) is known color: Pelorous. HEX triplet: 17, 8D and BE. RGB value is (23,141,190). Sum of RGB (Red+Green+Blue) = 23+141+190=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #178DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178DBE is #E87241. Grayscale: #6E6E6E. Windows color (decimal): -15233602 or 12487959. OLE color: 12487959.

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

Color convert

RGB 23 141 190 -
CMYK 0.88 0.26 0 0.25
HSL 197.6º 0.78% 0.42% -
HSV(B) 197.6º 0.88% 0.75% -
XYZ 19.17 22.95 52.13 -
YUV 111.3 172.41 65.02 -
System Red Green Blue C M Y K H S L
Decimal 23 141 190 0.88 0.26 0 0.25 197.6 0.78 0.42
Hex 17 8D BE 58 1A 0 19 C6 4E 2A
Octal 27 215 276 130 32 0 31 306 116 52
Binary 10111 10001101 10111110 1011000 11010 0 11001 11000110 1001110 101010

Color Harmonies of #178DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178DBE

Black with #178DBE

Text Example


Text Example

White with #178DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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