Html Css Color HEX #178FBE Pelorous

📋 copy color: '#178FBE'

red 23 ◦ green 143 ◦ blue 190

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

Shades of Pelorous #178FBE

Tints of Pelorous #178FBE

RGB

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

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

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

R = 6.46%
G = 40.17%
B = 53.37%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#178FBE (or 0x178FBE) is known color: Pelorous. HEX triplet: 17, 8F and BE. RGB value is (23,143,190). Sum of RGB (Red+Green+Blue) = 23+143+190=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #178FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178FBE is #E87041. Grayscale: #707070. Windows color (decimal): -15233090 or 12488471. OLE color: 12488471.

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

Color convert

RGB 23 143 190 -
CMYK 0.88 0.25 0 0.25
HSL 196.89º 0.78% 0.42% -
HSV(B) 196.89º 0.88% 0.75% -
XYZ 19.47 23.54 52.23 -
YUV 112.48 171.74 64.18 -
System Red Green Blue C M Y K H S L
Decimal 23 143 190 0.88 0.25 0 0.25 196.89 0.78 0.42
Hex 17 8F BE 58 19 0 19 C5 4E 2A
Octal 27 217 276 130 31 0 31 305 116 52
Binary 10111 10001111 10111110 1011000 11001 0 11001 11000101 1001110 101010

Color Harmonies of #178FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178FBE

Black with #178FBE

Text Example


Text Example

White with #178FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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