Html Css Color HEX #178FBB Pelorous

📋 copy color: '#178FBB'

red 23 ◦ green 143 ◦ blue 187

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

Shades of Pelorous #178FBB

Tints of Pelorous #178FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.97%

R = 6.52%
G = 40.51%
B = 52.97%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#178FBB (or 0x178FBB) is known color: Pelorous. HEX triplet: 17, 8F and BB. RGB value is (23,143,187). Sum of RGB (Red+Green+Blue) = 23+143+187=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #178FBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178FBB is #E87044. Grayscale: #6F6F6F. Windows color (decimal): -15233093 or 12291863. OLE color: 12291863.

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

Color convert

RGB 23 143 187 -
CMYK 0.88 0.24 0 0.27
HSL 196.1º 0.78% 0.41% -
HSV(B) 196.1º 0.88% 0.73% -
XYZ 19.15 23.41 50.52 -
YUV 112.14 170.24 64.42 -
System Red Green Blue C M Y K H S L
Decimal 23 143 187 0.88 0.24 0 0.27 196.1 0.78 0.41
Hex 17 8F BB 58 18 0 1B C4 4E 29
Octal 27 217 273 130 30 0 33 304 116 51
Binary 10111 10001111 10111011 1011000 11000 0 11011 11000100 1001110 101001

Color Harmonies of #178FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178FBB

Black with #178FBB

Text Example


Text Example

White with #178FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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