Html Css Color HEX #178CBF Pelorous

📋 copy color: '#178CBF'

red 23 ◦ green 140 ◦ blue 191

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

Shades of Pelorous #178CBF

Tints of Pelorous #178CBF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.55%

 BLUE value IS 191 (75% from 255) = 53.95%

R = 6.5%
G = 39.55%
B = 53.95%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#178CBF (or 0x178CBF) is known color: Pelorous. HEX triplet: 17, 8C and BF. RGB value is (23,140,191). Sum of RGB (Red+Green+Blue) = 23+140+191=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #178CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178CBF is #E87340. Grayscale: #6E6E6E. Windows color (decimal): -15233857 or 12553239. OLE color: 12553239.

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

Color convert

RGB 23 140 191 -
CMYK 0.88 0.27 0 0.25
HSL 198.21º 0.79% 0.42% -
HSV(B) 198.21º 0.88% 0.75% -
XYZ 19.14 22.7 52.66 -
YUV 110.83 173.24 65.35 -
System Red Green Blue C M Y K H S L
Decimal 23 140 191 0.88 0.27 0 0.25 198.21 0.79 0.42
Hex 17 8C BF 58 1B 0 19 C6 4F 2A
Octal 27 214 277 130 33 0 31 306 117 52
Binary 10111 10001100 10111111 1011000 11011 0 11001 11000110 1001111 101010

Color Harmonies of #178CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178CBF

Black with #178CBF

Text Example


Text Example

White with #178CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,140,191); }

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

background-color css

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

 a { background-color: rgb(23,140,191); }

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

border-color css

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

 span { border-color: rgb(23,140,191); }

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